/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.h | 21 class DWARFObject; variable 69 const DWARFObject &Obj, DWARFUnit *U, 85 const DWARFObject &Obj) const = 0; 111 void dump(raw_ostream &OS, const DWARFObject &Obj, DIDumpOptions DumpOpts, 121 const DWARFObject &Obj) const override; 135 const DWARFObject &Obj, DIDumpOptions DumpOpts); 140 const DWARFObject &Obj) const override;
|
H A D | DWARFDataExtractor.h | 17 class DWARFObject; variable 22 const DWARFObject *Obj = nullptr; 28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
|
H A D | DWARFAddressRange.h | 23 class DWARFObject; variable 72 const DWARFObject *Obj = nullptr) const;
|
H A D | DWARFObject.h | 26 class DWARFObject { 30 virtual ~DWARFObject() = default;
|
H A D | DWARFContext.h | 99 std::unique_ptr<const DWARFObject> DObj; 115 DWARFContext(std::unique_ptr<const DWARFObject> DObj, 126 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj()
|
H A D | DWARFFormValue.h | 21 class DWARFObject; variable 88 static void dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS,
|
H A D | DWARFVerifier.h | 159 unsigned verifyIndexes(const DWARFObject &DObj);
|
H A D | DWARFUnit.h | 42 class DWARFObject; variable 172 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 28 class DWARFObject; 125 const DWARFObject &Obj, DWARFUnit *U, DIDumpOptions DumpOpts, in dumpLocationList() 185 void DWARFDebugLoc::dump(raw_ostream &OS, const DWARFObject &Obj, in dump() 251 const DWARFObject &Obj) const { in dumpRawEntry() 344 const DWARFObject &Obj) const { in dumpRawEntry() 388 raw_ostream &OS, const DWARFObject &Obj, in dumpRange()
|
H A D | DWARFAddressRange.cpp | 18 const DWARFObject *Obj) const { in dump()
|
H A D | DWARFVerifier.cpp | 325 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() 365 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() 452 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() 578 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() 1609 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
|
H A D | DWARFContext.cpp | 72 DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj, in DWARFContext() 151 const DWARFObject &Obj, in dumpStringOffsetsSection() 311 DWARFDataExtractor Data, const DWARFObject &Obj, in dumpLoclistsSection() 782 void fixupIndex(const DWARFObject &DObj, DWARFContext &C, in fixupIndex() 996 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() 1604 class DWARFObjInMemory final : public DWARFObject {
|
H A D | DWARFUnit.cpp | 45 const DWARFObject &D = C.getDWARFObj(); in addUnitsForSection() 57 const DWARFObject &D = C.getDWARFObj(); in addUnitsForDWOSection() 66 DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, in addUnitsImpl()
|
H A D | DWARFDie.cpp | 57 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS, in dumpRanges() 208 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
|
H A D | DWARFFormValue.cpp | 392 void DWARFFormValue::dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, in dumpAddressSection()
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Dwarf.h | 21 class DwarfObject final : public llvm::DWARFObject {
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | DWARF.h | 25 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 199 const DWARFObject &D = DCtx.getDWARFObj(); in dumpDebugPubSections()
|
/openbsd/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 1590 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
|
H A D | clang.arm64 | 1590 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
|
H A D | clang.armv7 | 1588 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
|
H A D | clang.i386 | 1588 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
|
H A D | clang.loongson | 1589 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
|
H A D | clang.macppc | 1589 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
|
H A D | clang.octeon | 1589 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
|