Searched refs:getStringSection (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 476 DObj->getStringSection())) { in dump() 477 DataExtractor strData(DObj->getStringSection(), isLittleEndian(), 0); in dump() 579 DObj->getStringSection(), normal_units(), in dump() 812 DObj->getStringSection(), isLittleEndian()); in getDebugNames() 817 DObj->getStringSection(), isLittleEndian()); in getAppleNames() 822 DObj->getStringSection(), isLittleEndian()); in getAppleTypes() 828 DObj->getStringSection(), isLittleEndian()); in getAppleNamespaces() 833 DObj->getStringSection(), isLittleEndian()); in getAppleObjC() 1597 StringRef getStringSection() const override { return StringSection; } in getStringSection() function in __anonf3f23cd30d11::DWARFObjInMemory
|
| H A D | DWARFVerifier.cpp | 328 &DObj.getLocSection(), DObj.getStringSection(), in verifyUnitSection() 342 &DObj.getLocSection(), DObj.getStringSection(), in verifyUnitSection() 610 if (SecOffset && *SecOffset >= DObj.getStringSection().size()) { in verifyDebugInfoForm() 646 if (StringOffset >= DObj.getStringSection().size()) { in verifyDebugInfoForm() 1485 DataExtractor StrData(D.getStringSection(), DCtx.isLittleEndian(), 0); in handleAccelTables()
|
| H A D | DWARFUnit.cpp | 42 &D.getLocSection(), D.getStringSection(), in addUnitsForSection()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | DWARF.h | 62 StringRef getStringSection() const override { return StrSection; } in getStringSection() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 48 virtual StringRef getStringSection() const { return ""; } in getStringSection() function
|
| H A D | DWARFContext.h | 305 return DataExtractor(DObj->getStringSection(), false, 0); in getStringExtractor()
|
| H A D | DWARFUnit.h | 290 StringRef getStringSection() const { return StringSection; } in getStringSection() function
|