Searched refs:getSectionNames (Results 1 – 5 of 5) sorted by relevance
32 virtual ArrayRef<SectionName> getSectionNames() const { return {}; } in getSectionNames() function
286 for (SectionName Sec : Context->getDWARFObj().getSectionNames()) { in linkDebugInfo()
415 static Expected<std::vector<std::string>> getSectionNames(PDBFile &File) { in getSectionNames() function488 auto SectionsOrErr = getSectionNames(getPdb()); in dumpModules()1854 auto NamesOrErr = getSectionNames(getPdb()); in dumpSectionContribs()
398 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection()
1891 ArrayRef<SectionName> getSectionNames() const override { in getSectionNames() function in __anon445fd25e0f11::DWARFObjInMemory