Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp65 std::function<void(Function &)> ProcessIRFunction; global() member in llvm::MIRParserImpl
1106 createMIRParserFromFile(StringRef Filename,SMDiagnostic & Error,LLVMContext & Context,std::function<void (Function &)> ProcessIRFunction) createMIRParserFromFile() argument
1120 createMIRParser(std::unique_ptr<MemoryBuffer> Contents,LLVMContext & Context,std::function<void (Function &)> ProcessIRFunction) createMIRParser() argument