Home
last modified time | relevance | path

Searched refs:getStrSection (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp510 DObj->getStrSection())) { in dump()
511 DataExtractor strData(DObj->getStrSection(), isLittleEndian(), 0); in dump()
613 DObj->getStrSection(), normal_units(), in dump()
841 DObj->getStrSection(), isLittleEndian()); in getDebugNames()
846 DObj->getStrSection(), isLittleEndian()); in getAppleNames()
851 DObj->getStrSection(), isLittleEndian()); in getAppleTypes()
857 DObj->getStrSection(), isLittleEndian()); in getAppleNamespaces()
862 DObj->getStrSection(), isLittleEndian()); in getAppleObjC()
1845 StringRef getStrSection() const override { return StrSection; } in getStrSection() function in __anonc77322850d11::DWARFObjInMemory
HDDWARFVerifier.cpp309 &DObj.getLocSection(), DObj.getStrSection(), in verifyUnitSection()
323 &DObj.getLocSection(), DObj.getStrSection(), in verifyUnitSection()
588 if (SecOffset && *SecOffset >= DObj.getStrSection().size()) { in verifyDebugInfoForm()
624 if (StringOffset >= DObj.getStrSection().size()) { in verifyDebugInfoForm()
1454 DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0); in handleAccelTables()
HDDWARFUnit.cpp41 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDDWARF.h65 StringRef getStrSection() const override { return strSection; } in getStrSection() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFObject.h47 virtual StringRef getStrSection() const { return ""; } in getStrSection() function
HDDWARFContext.h304 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()