Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h76 virtual const DWARFSection &getDebugNamesSection() const { return Dummy; } in getDebugNamesSection() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp609 DObj->getDebugNamesSection().Data)) in dump()
811 return getAccelTable(Names, *DObj, DObj->getDebugNamesSection(), in getDebugNames()
1623 const DWARFSection &getDebugNamesSection() const override { in getDebugNamesSection() function in __anonf3f23cd30d11::DWARFObjInMemory
H A DDWARFVerifier.cpp1500 if (!D.getDebugNamesSection().Data.empty()) in handleAccelTables()
1501 NumErrors += verifyDebugNames(D.getDebugNamesSection(), StrData); in handleAccelTables()