Home
last modified time | relevance | path

Searched refs:getNamesSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h79 virtual const DWARFSection &getNamesSection() const { return Dummy; } in getNamesSection() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp698 DObj->getNamesSection().Data)) in dump()
941 return getAccelTable(Names, *DObj, DObj->getNamesSection(), in getDebugNames()
1979 const DWARFSection &getNamesSection() const override { in getNamesSection() function in __anon445fd25e0f11::DWARFObjInMemory
H A DDWARFVerifier.cpp1625 if (!D.getNamesSection().Data.empty()) in handleAccelTables()
1626 NumErrors += verifyDebugNames(D.getNamesSection(), StrData); in handleAccelTables()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2257 if (!AtLeastOneDwarfAccelTable && !DwarfObj.getNamesSection().Data.empty()) { in updateAccelKind()