Home
last modified time | relevance | path

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

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