Home
last modified time | relevance | path

Searched refs:parseIRFile (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IRReader/
H A DIRReader.h65 std::unique_ptr<Module> parseIRFile(
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/
H A DExampleModules.h61 if (auto M = parseIRFile(FileName, Err, *Ctx)) in parseExampleModuleFromFile()
/llvm-project-15.0.7/llvm/tools/llvm-split/
H A Dllvm-split.cpp56 std::unique_ptr<Module> M = parseIRFile(InputFilename, Err, Context); in main()
/llvm-project-15.0.7/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp75 std::unique_ptr<Module> M = parseIRFile(InputFilename, Err, Context); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp100 std::unique_ptr<Module> M = parseIRFile(InputFile, Err, *Ctx); in main()
/llvm-project-15.0.7/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp36 std::unique_ptr<Module> M = parseIRFile(Name, Diag, Context); in readModule()
/llvm-project-15.0.7/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp116 parseIRFile(InputSourceFile, Err, CurrContext); in main()
/llvm-project-15.0.7/llvm/lib/IRReader/
H A DIRReader.cpp92 llvm::parseIRFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, in parseIRFile() function in llvm
/llvm-project-15.0.7/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE()
/llvm-project-15.0.7/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp176 auto M = parseIRFile(InputFile, Err, *Ctx); in main()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DBugDriver.cpp95 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt); in parseInputFile()
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp514 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); in main()
596 std::unique_ptr<Module> XMod = parseIRFile(ExtraModules[i], Err, Context); in main()
869 auto M = parseIRFile(Path, Err, *TSCtx.getContext()); in loadModule()
/llvm-project-15.0.7/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp543 std::unique_ptr<Module> M = parseIRFile(InputFilename, Err, Context); in main()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp450 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt); in parseReducerWorkItem()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp569 M = parseIRFile(InputFilename, Err, Context, SetDataLayout); in compileModule()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp89 llvmModule = llvm::parseIRFile(getCurrentInput().getFile(), err, *llvmCtx); in beginSourceFileAction()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp603 M = parseIRFile(InputFilename, Err, Context, SetDataLayout); in main()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2443 parseIRFile(CUDALibDevice, Error, GPUModule->getContext()); in addCUDALibDevice()