Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DDWARF.h51 const llvm::DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h58 virtual const DWARFSection &getStrOffsetsSection() const { return Dummy; } in getStrOffsetsSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h56 virtual const DWARFSection &getStrOffsetsSection() const { return Dummy; } in getStrOffsetsSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp310 DObj.getStrOffsetsSection(), &DObj.getAppleObjCSection(), in verifyUnitSection()
324 DObj.getStrOffsetsSection(), &DObj.getAppleObjCSection(), in verifyUnitSection()
615 if (DObj.getStrOffsetsSection().Data.size() < Offset + ItemSize) { in verifyDebugInfoForm()
DDWARFContext.cpp610 DObj->getStrOffsetsSection().Data)) in dump()
612 DObj->getStrOffsetsSection(), in dump()
1817 const DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection() function in __anonc7c59b990d11::DWARFObjInMemory
DDWARFUnit.cpp42 D.getStrOffsetsSection(), &D.getAddrSection(), in addUnitsForSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
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()
DDWARFContext.cpp660 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
DDWARFUnit.cpp41 D.getStrOffsetsSection(), &D.getAddrSection(), in addUnitsForSection()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1099 DwarfContext->getDWARFObj().getStrOffsetsSection().Data.empty()); in TEST()