Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string>
#include <gtest/gtest.h>
#include <boost/thread/thread.hpp>
#include "codegen/llvm-codegen.h"
#include "common/init.h"
#include "runtime/raw-value.h"
#include "util/cpu-info.h"
#include "util/hash-util.h"
#include "util/path-builder.h"
#include "common/names.h"
Go to the source code of this file.
Classes | |
class | impala::LlvmCodeGenTest |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
impala::TEST_F (LlvmCodeGenTest, BasicLifetime) | |
impala::TEST_F (LlvmCodeGenTest, MultithreadedLifetime) | |
impala::TEST_F (LlvmCodeGenTest, BadIRFile) | |
Function * | impala::CodegenInnerLoop (LlvmCodeGen *codegen, int64_t *jitted_counter, int delta) |
impala::TEST_F (LlvmCodeGenTest, ReplaceFnCall) | |
Function * | impala::CodegenStringTest (LlvmCodeGen *codegen) |
impala::TEST_F (LlvmCodeGenTest, StringValue) | |
impala::TEST_F (LlvmCodeGenTest, MemcpyTest) | |
impala::TEST_F (LlvmCodeGenTest, HashTest) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 437 of file llvm-codegen-test.cc.
References impala::InitCommonRuntime(), and impala::LlvmCodeGen::InitializeLlvm().