Home
last modified time | relevance | path

Searched refs:SectionParserFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h83 using SectionParserFunction = std::function<Error(NormalizedSection &S)>; variable
93 SectionParserFunction Parse);
233 StringMap<SectionParserFunction> CustomSectionParserFunctions;
H A DMachOLinkGraphBuilder.cpp57 StringRef SectionName, SectionParserFunction Parser) { in addCustomSectionParser()