Searched refs:getStrSection (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Dwarf.h | 37 llvm::StringRef getStrSection() const override { return strSection; } in getStrSection() function
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | DWARF.h | 72 StringRef getStrSection() const override { return strSection; } in getStrSection() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 48 virtual StringRef getStrSection() const { return ""; } in getStrSection() function
|
| H A D | DWARFContext.h | 341 return DataExtractor(DObj->getStrSection(), false, 0); in getStringExtractor()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 578 DObj->getStrSection())) in dump() 579 DumpStrSection(DObj->getStrSection()); in dump() 667 DObj->getStrSection(), normal_units(), isLittleEndian()); in dump() 1011 DObj->getStrSection(), isLittleEndian()); in getDebugNames() 1016 DObj->getStrSection(), isLittleEndian()); in getAppleNames() 1021 DObj->getStrSection(), isLittleEndian()); in getAppleTypes() 1027 DObj->getStrSection(), isLittleEndian()); in getAppleNamespaces() 1032 DObj->getStrSection(), isLittleEndian()); in getAppleObjC() 2018 StringRef getStrSection() const override { return StrSection; } in getStrSection() function in __anon00272cc51011::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()
|