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.h72 StringRef getStrSection() const override { return strSection; } in getStrSection() function
H A DSyntheticSections.cpp3262 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.h360 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp509 DObj.getStrSection(), D.isLittleEndian()); in getDebugNames()
514 DObj.getStrSection(), D.isLittleEndian()); in getAppleNames()
520 DObj.getStrSection(), D.isLittleEndian()); in getAppleTypes()
527 DObj.getStrSection(), D.isLittleEndian()); in getAppleNamespaces()
533 DObj.getStrSection(), D.isLittleEndian()); in getAppleObjC()
1222 DObj->getStrSection())) in dump()
1223 DumpStrSection(DObj->getStrSection()); in dump()
1311 DObj->getStrSection(), normal_units(), isLittleEndian()); in dump()
2392 StringRef getStrSection() const override { return StrSection; } in getStrSection() function in __anonfc0a132e1211::DWARFObjInMemory
H A DDWARFVerifier.cpp2098 DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0); in handleAccelTables()
2140 DObj.getStrOffsetsSection(), DObj.getStrSection()); in handleDebugStrOffsets()
H A DDWARFUnit.cpp47 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()