Home
last modified time | relevance | path

Searched refs:DWARFObject (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h21 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 DDWARFDataExtractor.h17 class DWARFObject; variable
22 const DWARFObject *Obj = nullptr;
28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
H A DDWARFAddressRange.h23 class DWARFObject; variable
72 const DWARFObject *Obj = nullptr) const;
H A DDWARFObject.h26 class DWARFObject {
30 virtual ~DWARFObject() = default;
H A DDWARFContext.h99 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 DDWARFFormValue.h21 class DWARFObject; variable
88 static void dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS,
H A DDWARFVerifier.h159 unsigned verifyIndexes(const DWARFObject &DObj);
H A DDWARFUnit.h42 class DWARFObject; variable
172 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp28 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 DDWARFAddressRange.cpp18 const DWARFObject *Obj) const { in dump()
H A DDWARFVerifier.cpp325 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 DDWARFContext.cpp72 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 DDWARFUnit.cpp45 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 DDWARFDie.cpp57 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS, in dumpRanges()
208 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
H A DDWARFFormValue.cpp392 void DWARFFormValue::dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, in dumpAddressSection()
/openbsd/gnu/llvm/lld/MachO/
H A DDwarf.h21 class DwarfObject final : public llvm::DWARFObject {
/openbsd/gnu/llvm/lld/ELF/
H A DDWARF.h25 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp199 const DWARFObject &D = DCtx.getDWARFObj(); in dumpDebugPubSections()
/openbsd/distrib/sets/lists/comp/
H A Dclang.amd641590 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
H A Dclang.arm641590 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
H A Dclang.armv71588 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
H A Dclang.i3861588 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
H A Dclang.loongson1589 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
H A Dclang.macppc1589 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
H A Dclang.octeon1589 ./usr/include/llvm/DebugInfo/DWARF/DWARFObject.h

12