Searched refs:getStrSection (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFContext.cpp | 510 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
|
| HD | DWARFVerifier.cpp | 309 &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()
|
| HD | DWARFUnit.cpp | 41 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | DWARF.h | 65 StringRef getStrSection() const override { return strSection; } in getStrSection() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | DWARFObject.h | 47 virtual StringRef getStrSection() const { return ""; } in getStrSection() function
|
| HD | DWARFContext.h | 304 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()
|