Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h82 using SectionParserFunction = std::function<Error(NormalizedSection &S)>; variable
92 SectionParserFunction Parse);
231 StringMap<SectionParserFunction> CustomSectionParserFunctions;
H A DMachOLinkGraphBuilder.cpp57 StringRef SectionName, SectionParserFunction Parser) { in addCustomSectionParser()