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