Home
last modified time | relevance | path

Searched refs:compileModule (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp802 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()
/llvm-project/llvm/tools/llc/
H A Dllc.cpp242 static int compileModule(char **, LLVMContext &); in reportError()
411 if (int RetVal = compileModule(argv, Context)) in main()
448 static int compileModule(char **argv, LLVMContext &Context) { in compileModule()
446 static int compileModule(char **argv, LLVMContext &Context) { compileModule() function
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp661 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()
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp748 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()
/llvm-project/llvm/docs/
H A DXRayExample.rst158 … 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
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp633 Expected<StringRef> compileModule(Module &M, OffloadKind Kind) {
733 auto FileOrErr = compileModule(M, Kind); in linkBitcodeFiles()
927 Expected<StringRef> compileModule(Module &M, OffloadKind Kind) { compileModule() function
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1327 static bool compileModule(CompilerInstance &ImportingInstance,
1445 if (!compileModule(ImportingInstance, ModuleNameLoc, Module, in compileModuleAndReadASTImpl()
1331 static bool compileModule(CompilerInstance &ImportingInstance, compileModule() function