HomeSort by relevance Sort by last modified time
    Searched refs:compileModule (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/llc/
llc.cpp 81 static int compileModule(char**, LLVMContext&);
197 if (int RetVal = compileModule(argv, Context))
202 static int compileModule(char **argv, LLVMContext &Context) {
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 660 ExecutionEngine *compileModule(Module *M);
789 ExecutionEngine *EE = compileModule(*it);
803 ExecutionEngine *MCJITHelper::compileModule(Module *M) {
871 ExecutionEngine *EE = compileModule(*it);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 896 compileModule(M);
906 virtual void runFPM(Function &F) {} // Not needed, see compileModule
910 ExecutionEngine *compileModule(Module *M);
1027 ExecutionEngine *MCJITHelper::compileModule(Module *M) {
1108 ExecutionEngine *EE = compileModule(*it);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 747 ExecutionEngine *compileModule(Module *M);
878 ExecutionEngine *EE = compileModule(*it);
892 ExecutionEngine *MCJITHelper::compileModule(Module *M) {
969 ExecutionEngine *EE = compileModule(*it);
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 779 static void compileModule(CompilerInstance &ImportingInstance,
    [all...]

Completed in 652 milliseconds