Home
last modified time | relevance | path

Searched refs:getSectionNames (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h32 virtual ArrayRef<SectionName> getSectionNames() const { return {}; } in getSectionNames() function
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp286 for (SectionName Sec : Context->getDWARFObj().getSectionNames()) { in linkDebugInfo()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp415 static Expected<std::vector<std::string>> getSectionNames(PDBFile &File) { in getSectionNames() function
488 auto SectionsOrErr = getSectionNames(getPdb()); in dumpModules()
1854 auto NamesOrErr = getSectionNames(getPdb()); in dumpSectionContribs()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp398 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection()
H A DDWARFContext.cpp1891 ArrayRef<SectionName> getSectionNames() const override { in getSectionNames() function in __anon445fd25e0f11::DWARFObjInMemory