Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h84 using SectionParserFunction = std::function<Error(NormalizedSection &S)>; variable
94 SectionParserFunction Parse);
235 StringMap<SectionParserFunction> CustomSectionParserFunctions;
H A DMachOLinkGraphBuilder.cpp61 StringRef SectionName, SectionParserFunction Parser) { in addCustomSectionParser()