Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h82 using SectionParserFunction = std::function<Error(NormalizedSection &S)>; variable
92 SectionParserFunction Parse);
218 StringMap<SectionParserFunction> CustomSectionParserFunctions;
H A DMachOLinkGraphBuilder.cpp57 StringRef SectionName, SectionParserFunction Parser) { in addCustomSectionParser()