Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDwarf.h37 llvm::StringRef getStrSection() const override { return strSection; } in getStrSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h71 StringRef getStrSection() const override { return strSection; } in getStrSection() function
H A DSyntheticSections.cpp3172 DataExtractor strExtractor(dobj.getStrSection(), in DebugNamesSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h48 virtual StringRef getStrSection() const { return ""; } in getStrSection() function
H A DDWARFContext.h354 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp511 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 DDWARFVerifier.cpp1863 DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0); in handleAccelTables()
1909 DObj.getStrOffsetsSection(), DObj.getStrSection()); in handleDebugStrOffsets()
H A DDWARFUnit.cpp47 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()