Home
last modified time | relevance | path

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

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