Home
last modified time | relevance | path

Searched refs:parseLLVMModule (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h46 std::unique_ptr<Module> parseLLVMModule();
/aosp_15_r20/external/llvm/unittests/MI/
H A DLiveIntervalTest.cpp61 std::unique_ptr<Module> M = MIR->parseLLVMModule(); in parseMIR()
/aosp_15_r20/external/llvm/tools/llc/
H A Dllc.cpp285 M = MIR->parseLLVMModule(); in compileModule()
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp765 std::unique_ptr<Module> MIRParser::parseLLVMModule() { return Impl->parse(); } in parseLLVMModule() function in MIRParser