Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DDwarf.h38 llvm::StringRef getStrSection() const override { return strSection; } in getStrSection() function
/llvm-project-15.0.7/lld/ELF/
H A DDWARF.h73 StringRef getStrSection() const override { return strSection; } in getStrSection() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h47 virtual StringRef getStrSection() const { return ""; } in getStrSection() function
H A DDWARFContext.h341 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp581 DObj->getStrSection())) in dump()
582 DumpStrSection(DObj->getStrSection()); in dump()
669 DObj->getStrSection(), normal_units(), isLittleEndian()); in dump()
942 DObj->getStrSection(), isLittleEndian()); in getDebugNames()
947 DObj->getStrSection(), isLittleEndian()); in getAppleNames()
952 DObj->getStrSection(), isLittleEndian()); in getAppleTypes()
958 DObj->getStrSection(), isLittleEndian()); in getAppleNamespaces()
963 DObj->getStrSection(), isLittleEndian()); in getAppleObjC()
1950 StringRef getStrSection() const override { return StrSection; } in getStrSection() function in __anon445fd25e0f11::DWARFObjInMemory
H A DDWARFUnit.cpp47 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()
H A DDWARFVerifier.cpp1610 DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0); in handleAccelTables()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1109 auto StrSection = BC.DwCtx->getDWARFObj().getStrSection(); in initialize()