Home
last modified time | relevance | path

Searched refs:getStrOffsetsSection (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DDwarf.h43 llvm::DWARFSection const &getStrOffsetsSection() const override { in getStrOffsetsSection() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DDWARF.h50 const llvm::DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h59 virtual const DWARFSection &getStrOffsetsSection() const { return Dummy; } in getStrOffsetsSection() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp664 DObj->getStrOffsetsSection().Data)) in dump()
666 OS, DumpOpts, "debug_str_offsets", *DObj, DObj->getStrOffsetsSection(), in dump()
1990 const DWARFSection &getStrOffsetsSection() const override { in getStrOffsetsSection() function in __anon00272cc51011::DWARFObjInMemory
H A DDWARFUnit.cpp48 D.getStrOffsetsSection(), &D.getAddrSection(), in addUnitsForSection()