Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h58 virtual const DWARFSection &getStrOffsetsSection() const { return Dummy; } in getStrOffsetsSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp319 DObj.getStrOffsetsSection(), &DObj.getAddrSection(), in verifyUnitSection()
333 DObj.getStrOffsetsSection(), &DObj.getAddrSection(), in verifyUnitSection()
672 if (DObj.getStrOffsetsSection().Data.size() < Offset + ItemSize) { in verifyDebugInfoForm()
H A DDWARFContext.cpp660 DObj->getStrOffsetsSection().Data)) in dump()
662 OS, DumpOpts, "debug_str_offsets", *DObj, DObj->getStrOffsetsSection(), in dump()
1891 const DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection() function in __anona8a913f90f11::DWARFObjInMemory
H A DDWARFUnit.cpp41 D.getStrOffsetsSection(), &D.getAddrSection(), in addUnitsForSection()