Searched refs:getSectionNames (Results 1 – 5 of 5) sorted by relevance
33 virtual ArrayRef<SectionName> getSectionNames() const { return {}; } in getSectionNames() function
426 for (SectionName Sec : CurFile->Dwarf->getDWARFObj().getSectionNames()) { in linkDebugInfoImpl()
416 static Expected<std::vector<std::string>> getSectionNames(PDBFile &File) { in getSectionNames() function489 auto SectionsOrErr = getSectionNames(getPdb()); in dumpModules()1856 auto NamesOrErr = getSectionNames(getPdb()); in dumpSectionContribs()
372 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection()
2333 ArrayRef<SectionName> getSectionNames() const override { in getSectionNames() function in __anonfc0a132e1211::DWARFObjInMemory