Searched refs:SectionNames (Results 1 – 4 of 4) sorted by relevance
397 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local398 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
1609 std::vector<SectionName> SectionNames; member in __anoned0c38aa1011::DWARFObjInMemory1770 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()1943 for (SectionName &S : SectionNames) in DWARFObjInMemory()1960 return SectionNames; in getSectionNames()
35 std::vector<std::string> SectionNames; member in __anon93ceb4b10111::ELFDumper123 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()124 return SectionNames[SecIndex]; in getUniquedSectionName()136 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()293 SectionNames.resize(Sections.size()); in dump()
430 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument433 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()434 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()450 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument