Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h79 virtual const DWARFSection &getNamesSection() const { return Dummy; } in getNamesSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp692 DObj->getNamesSection().Data)) in dump()
903 return getAccelTable(Names, *DObj, DObj->getNamesSection(), in getDebugNames()
1949 const DWARFSection &getNamesSection() const override { in getNamesSection() function in __anond6a2cae20f11::DWARFObjInMemory
H A DDWARFVerifier.cpp1525 if (!D.getNamesSection().Data.empty()) in handleAccelTables()
1526 NumErrors += verifyDebugNames(D.getNamesSection(), StrData); in handleAccelTables()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2227 if (!AtLeastOneDwarfAccelTable && !DwarfObj.getNamesSection().Data.empty()) { in updateAccelKind()