Searched refs:getStrOffsetsSection (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | DWARF.h | 51 const llvm::DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 58 virtual const DWARFSection &getStrOffsetsSection() const { return Dummy; } in getStrOffsetsSection() function
|
/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-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 __anonc7c59b990d11::DWARFObjInMemory
|
D | DWARFUnit.cpp | 42 D.getStrOffsetsSection(), &D.getAddrSection(), in addUnitsForSection()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
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()
|
D | DWARFContext.cpp | 660 DObj->getStrOffsetsSection().Data)) in dump() 662 OS, DumpOpts, "debug_str_offsets", *DObj, DObj->getStrOffsetsSection(), in dump() 1879 const DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection() function in __anonbdce32250f11::DWARFObjInMemory
|
D | DWARFUnit.cpp | 41 D.getStrOffsetsSection(), &D.getAddrSection(), in addUnitsForSection()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 1099 DwarfContext->getDWARFObj().getStrOffsetsSection().Data.empty()); in TEST()
|