Searched refs:getStrOffsetsSection (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFObject.h | 58 virtual const DWARFSection &getStrOffsetsSection() const { return Dummy; } in getStrOffsetsSection() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 319 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 D | DWARFContext.cpp | 660 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 D | DWARFUnit.cpp | 41 D.getStrOffsetsSection(), &D.getAddrSection(), in addUnitsForSection()
|