Searched refs:CustomSectionParserFunctions (Results 1 – 2 of 2) sorted by relevance
63 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()
236 StringMap<SectionParserFunction> CustomSectionParserFunctions; variable