Home
last modified time | relevance | path

Searched defs:ProcessIRFunction (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp66 std::function<void(Function &)> ProcessIRFunction; member in llvm::MIRParserImpl
1131 createMIRParserFromFile(StringRef Filename,SMDiagnostic & Error,LLVMContext & Context,std::function<void (Function &)> ProcessIRFunction) createMIRParserFromFile() argument
1145 createMIRParser(std::unique_ptr<MemoryBuffer> Contents,LLVMContext & Context,std::function<void (Function &)> ProcessIRFunction) createMIRParser() argument