Searched refs:getStrSection (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Dwarf.h | 37 llvm::StringRef getStrSection() const override { return strSection; } in getStrSection() function
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DWARF.h | 71 StringRef getStrSection() const override { return strSection; } in getStrSection() function
|
H A D | SyntheticSections.cpp | 3172 DataExtractor strExtractor(dobj.getStrSection(), in DebugNamesSection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFObject.h | 48 virtual StringRef getStrSection() const { return ""; } in getStrSection() function
|
H A D | DWARFContext.h | 354 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 511 DObj.getStrSection(), D.isLittleEndian()); in getDebugNames() 516 DObj.getStrSection(), D.isLittleEndian()); in getAppleNames() 522 DObj.getStrSection(), D.isLittleEndian()); in getAppleTypes() 529 DObj.getStrSection(), D.isLittleEndian()); in getAppleNamespaces() 535 DObj.getStrSection(), D.isLittleEndian()); in getAppleObjC() 1226 DObj->getStrSection())) in dump() 1227 DumpStrSection(DObj->getStrSection()); in dump() 1315 DObj->getStrSection(), normal_units(), isLittleEndian()); in dump() 2392 StringRef getStrSection() const override { return StrSection; } in getStrSection() function in __anonfc0a132e1211::DWARFObjInMemory
|
H A D | DWARFVerifier.cpp | 1863 DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0); in handleAccelTables() 1909 DObj.getStrOffsetsSection(), DObj.getStrSection()); in handleDebugStrOffsets()
|
H A D | DWARFUnit.cpp | 47 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()
|