Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h33 virtual ArrayRef<SectionName> getSectionNames() const { return {}; } in getSectionNames() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp426 for (SectionName Sec : CurFile->Dwarf->getDWARFObj().getSectionNames()) { in linkDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp416 static Expected<std::vector<std::string>> getSectionNames(PDBFile &File) { in getSectionNames() function
489 auto SectionsOrErr = getSectionNames(getPdb()); in dumpModules()
1856 auto NamesOrErr = getSectionNames(getPdb()); in dumpSectionContribs()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp372 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection()
H A DDWARFContext.cpp2333 ArrayRef<SectionName> getSectionNames() const override { in getSectionNames() function in __anonfc0a132e1211::DWARFObjInMemory