Home
last modified time | relevance | path

Searched refs:getStrSection (Results 1 – 7 of 7) 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.h73 StringRef getStrSection() const override { return strSection; } in getStrSection() function
/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.cpp510 DObj.getStrSection(), D.isLittleEndian()); in getDebugNames()
515 DObj.getStrSection(), D.isLittleEndian()); in getAppleNames()
521 DObj.getStrSection(), D.isLittleEndian()); in getAppleTypes()
528 DObj.getStrSection(), D.isLittleEndian()); in getAppleNamespaces()
534 DObj.getStrSection(), D.isLittleEndian()); in getAppleObjC()
1225 DObj->getStrSection())) in dump()
1226 DumpStrSection(DObj->getStrSection()); in dump()
1314 DObj->getStrSection(), normal_units(), isLittleEndian()); in dump()
2390 StringRef getStrSection() const override { return StrSection; } in getStrSection() function in __anone90d43f61111::DWARFObjInMemory
H A DDWARFVerifier.cpp1677 DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0); in handleAccelTables()
1705 ".debug_str_offsets", DObj.getStrOffsetsSection(), DObj.getStrSection(), in handleDebugStrOffsets()
H A DDWARFUnit.cpp47 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()