Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp58 assert(!CustomSectionParserFunctions.count(SectionName) && in addCustomSectionParser()
60 CustomSectionParserFunctions[SectionName] = std::move(Parser); in addCustomSectionParser()
408 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
573 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers()
574 if (HI != CustomSectionParserFunctions.end()) { in graphifySectionsWithCustomParsers()
H A DMachOLinkGraphBuilder.h218 StringMap<SectionParserFunction> CustomSectionParserFunctions; variable