Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp63 assert(!CustomSectionParserFunctions.count(SectionName) && in addCustomSectionParser()
65 CustomSectionParserFunctions[SectionName] = std::move(Parser); in addCustomSectionParser()
425 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()
621 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers()
622 if (HI != CustomSectionParserFunctions.end()) { in graphifySectionsWithCustomParsers()
H A DMachOLinkGraphBuilder.h236 StringMap<SectionParserFunction> CustomSectionParserFunctions; variable