Searched refs:getStrSection (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Dwarf.h | 38 llvm::StringRef getStrSection() const override { return strSection; } in getStrSection() function
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | DWARF.h | 73 StringRef getStrSection() const override { return strSection; } in getStrSection() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 47 virtual StringRef getStrSection() const { return ""; } in getStrSection() function
|
| H A D | DWARFContext.h | 341 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 581 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 D | DWARFUnit.cpp | 47 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()
|
| H A D | DWARFVerifier.cpp | 1610 DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0); in handleAccelTables()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 1109 auto StrSection = BC.DwCtx->getDWARFObj().getStrSection(); in initialize()
|