Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IRReader/
H A DIRReader.h63 std::unique_ptr<Module> parseIRFile(
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/
H A DExampleModules.h61 if (auto M = parseIRFile(FileName, Err, *Ctx)) in parseExampleModuleFromFile()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-split/
H A Dllvm-split.cpp47 std::unique_ptr<Module> M = parseIRFile(InputFilename, Err, Context); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp35 std::unique_ptr<Module> M = parseIRFile(Name, Diag, Context); in readModule()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp75 std::unique_ptr<Module> M = parseIRFile(InputFilename, Err, Context); in main()
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp100 std::unique_ptr<Module> M = parseIRFile(InputFile, Err, *Ctx); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
H A Dllvm-reduce.cpp75 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt); in parseInputFile()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE()
/netbsd/external/apache2/llvm/dist/llvm/lib/IRReader/
H A DIRReader.cpp92 llvm::parseIRFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, in parseIRFile() function in llvm
/netbsd/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp172 auto M = parseIRFile(InputFile, Err, *Ctx); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DBugDriver.cpp95 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt); in parseInputFile()
/netbsd/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp460 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); in main()
542 std::unique_ptr<Module> XMod = parseIRFile(ExtraModules[i], Err, Context); in main()
822 auto M = parseIRFile(Path, Err, *TSCtx.getContext()); in loadModule()
/netbsd/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp551 std::unique_ptr<Module> M = parseIRFile(InputFilename, Err, Context); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp529 M = parseIRFile(InputFilename, Err, Context, SetDataLayout); in compileModule()
/netbsd/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp653 M = parseIRFile(InputFilename, Err, Context, SetDataLayout); in main()