/external/llvm/tools/llc/ |
D | llc.cpp | 143 static int compileModule(char **, LLVMContext &); 265 if (int RetVal = compileModule(argv, Context)) in main() 270 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function
|
/external/llvm-project/llvm/tools/llc/ |
D | llc.cpp | 192 static int compileModule(char **, LLVMContext &); 363 if (int RetVal = compileModule(argv, Context)) in main() 400 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 802 compileModule(M); in MCJITHelper() 816 ExecutionEngine *compileModule(Module *M); 933 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule() function in MCJITHelper 1013 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() 1045 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 802 compileModule(M); in MCJITHelper() 816 ExecutionEngine *compileModule(Module *M); 933 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule() function in MCJITHelper 1013 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() 1045 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction()
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy.cpp | 661 ExecutionEngine *compileModule(Module *M); 790 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() 804 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule() function in MCJITHelper 871 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy.cpp | 661 ExecutionEngine *compileModule(Module *M); 790 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() 804 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule() function in MCJITHelper 871 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction()
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 748 ExecutionEngine *compileModule(Module *M); 879 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() 893 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule() function in MCJITHelper 969 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 748 ExecutionEngine *compileModule(Module *M); 879 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() 893 ExecutionEngine *MCJITHelper::compileModule(Module *M) { in compileModule() function in MCJITHelper 969 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction()
|
/external/llvm-project/llvm/docs/ |
D | XRayExample.rst | 158 … 0.626455, 0.626455, 0.626455, 0.626455] 0.626455 llc.cpp:381:0: compileModule(char**, llvm::… 216 #1 compileModule(char**, llvm::LLVMContext&) 1 51440360
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 1212 static bool compileModule(CompilerInstance &ImportingInstance, in compileModule() function 1312 if (!compileModule(ImportingInstance, ModuleNameLoc, Module, in compileModuleAndReadAST()
|