Searched refs:CustomSectionParserFunctions (Results 1 – 2 of 2) sorted by relevance
58 assert(!CustomSectionParserFunctions.count(SectionName) && in addCustomSectionParser()60 CustomSectionParserFunctions[SectionName] = std::move(Parser); in addCustomSectionParser()414 if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) { in graphifyRegularSymbols()600 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers()601 if (HI != CustomSectionParserFunctions.end()) { in graphifySectionsWithCustomParsers()
231 StringMap<SectionParserFunction> CustomSectionParserFunctions; variable