Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDwarf.h38 llvm::StringRef getStrSection() const override { return strSection; } in getStrSection() function
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDWARF.h73 StringRef getStrSection() const override { return strSection; } in getStrSection() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h47 virtual StringRef getStrSection() const { return ""; } in getStrSection() function
H A DDWARFContext.h330 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp575 DObj->getStrSection())) in dump()
576 DumpStrSection(DObj->getStrSection()); in dump()
663 DObj->getStrSection(), normal_units(), isLittleEndian()); in dump()
904 DObj->getStrSection(), isLittleEndian()); in getDebugNames()
909 DObj->getStrSection(), isLittleEndian()); in getAppleNames()
914 DObj->getStrSection(), isLittleEndian()); in getAppleTypes()
920 DObj->getStrSection(), isLittleEndian()); in getAppleNamespaces()
925 DObj->getStrSection(), isLittleEndian()); in getAppleObjC()
1920 StringRef getStrSection() const override { return StrSection; } in getStrSection() function in __anond6a2cae20f11::DWARFObjInMemory
H A DDWARFVerifier.cpp318 &DObj.getLocSection(), DObj.getStrSection(), in verifyUnitSection()
332 &DObj.getLocSection(), DObj.getStrSection(), in verifyUnitSection()
645 if (SecOffset && *SecOffset >= DObj.getStrSection().size()) { in verifyDebugInfoForm()
681 if (StringOffset >= DObj.getStrSection().size()) { in verifyDebugInfoForm()
1510 DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0); in handleAccelTables()
H A DDWARFUnit.cpp40 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()