Searched refs:getStrOffsetsSection (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 56 virtual const DWARFSection &getStrOffsetsSection() const { return Dummy; } in getStrOffsetsSection() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 59 virtual const DWARFSection &getStrOffsetsSection() const { return Dummy; } in getStrOffsetsSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 310 DObj.getStrOffsetsSection(), &DObj.getAppleObjCSection(), in verifyUnitSection() 324 DObj.getStrOffsetsSection(), &DObj.getAppleObjCSection(), in verifyUnitSection() 615 if (DObj.getStrOffsetsSection().Data.size() < Offset + ItemSize) { in verifyDebugInfoForm()
|
D | DWARFContext.cpp | 610 DObj->getStrOffsetsSection().Data)) in dump() 612 DObj->getStrOffsetsSection(), in dump() 1817 const DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection() function in __anon364ae1e80d11::DWARFObjInMemory
|
D | DWARFUnit.cpp | 42 D.getStrOffsetsSection(), &D.getAddrSection(), in addUnitsForSection()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 664 DObj->getStrOffsetsSection().Data)) in dump() 666 OS, DumpOpts, "debug_str_offsets", *DObj, DObj->getStrOffsetsSection(), in dump() 1990 const DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection() function in __anon4c77b2ee1011::DWARFObjInMemory
|
D | DWARFUnit.cpp | 48 D.getStrOffsetsSection(), &D.getAddrSection(), in addUnitsForSection()
|