Searched refs:getStrSection (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Dwarf.h | 38 llvm::StringRef getStrSection() const override { return strSection; } in getStrSection() function
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | DWARF.h | 73 StringRef getStrSection() const override { return strSection; } in getStrSection() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 47 virtual StringRef getStrSection() const { return ""; } in getStrSection() function
|
| H A D | DWARFContext.h | 330 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 575 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 D | DWARFVerifier.cpp | 318 &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 D | DWARFUnit.cpp | 40 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()
|