Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h80 virtual const DWARFSection &getNamesSection() const { return Dummy; } in getNamesSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1692 if (!D.getNamesSection().Data.empty()) in handleAccelTables()
1693 NumErrors += verifyDebugNames(D.getNamesSection(), StrData); in handleAccelTables()
H A DDWARFContext.cpp509 return getAccelTable(Names, DObj, DObj.getNamesSection(), in getDebugNames()
1343 DObj->getNamesSection().Data)) in dump()
2419 const DWARFSection &getNamesSection() const override { in getNamesSection() function in __anonafd15ee41111::DWARFObjInMemory