Searched refs:compileModule (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A 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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llc/ |
| H A D | llc.cpp | 219 static int compileModule(char **, LLVMContext &); 420 if (int RetVal = compileModule(argv, Context)) in main() 457 static int compileModule(char **argv, LLVMContext &Context) { in compileModule() function
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A 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()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A 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()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A 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
|
| /openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
| H A D | ClangLinkerWrapper.cpp | 790 Expected<StringRef> compileModule(Module &M) { in compileModule() function 868 auto FileOrErr = compileModule(M); in wrapDeviceImages()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1300 static bool compileModule(CompilerInstance &ImportingInstance, in compileModule() function 1404 if (!compileModule(ImportingInstance, ModuleNameLoc, Module, in compileModuleAndReadASTImpl()
|