Searched refs:getSectionNames (Results 1 – 5 of 5) sorted by relevance
33 virtual ArrayRef<SectionName> getSectionNames() const { return {}; } in getSectionNames() function
406 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()1856 auto NamesOrErr = getSectionNames(getPdb()); in dumpSectionContribs()
397 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection()
1959 ArrayRef<SectionName> getSectionNames() const override { in getSectionNames() function in __anonda3bf7bb1011::DWARFObjInMemory