Searched refs:CustomSectionParserFunctions (Results 1 – 2 of 2) sorted by relevance
62 assert(!CustomSectionParserFunctions.count(SectionName) && in addCustomSectionParser()64 CustomSectionParserFunctions[SectionName] = std::move(Parser); in addCustomSectionParser()415 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()611 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers()612 if (HI != CustomSectionParserFunctions.end()) { in graphifySectionsWithCustomParsers()
235 StringMap<SectionParserFunction> CustomSectionParserFunctions; variable