Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h128 std::unique_ptr<const DWARFObject> DObj;
135 DWARFContext(std::unique_ptr<const DWARFObject> DObj,
147 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj()
H A DDWARFFormValue.h21 class DWARFObject; variable
91 static void dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS,
H A DDWARFVerifier.h350 void (DWARFObject::*)(function_ref<void(const DWARFSection &)>) const);
H A DDWARFUnit.h42 class DWARFObject; variable
177 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
/freebsd/contrib/llvm-project/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 DDWARFContext.cpp223 const DWARFObject &DObj = D.getDWARFObj(); in parseMacroOrMacinfo()
321 const DWARFObject &DObj = D.getDWARFObj(); in getDebugAbbrevDWO()
377 const DWARFObject &DObj = D.getDWARFObj(); in getDebugLoc()
446 const DWARFObject &DObj = D.getDWARFObj(); in getDebugFrame()
473 const DWARFObject &DObj = D.getDWARFObj(); in getEHFrame()
508 const DWARFObject &DObj = D.getDWARFObj(); in getDebugNames()
513 const DWARFObject &DObj = D.getDWARFObj(); in getAppleNames()
519 const DWARFObject &DObj = D.getDWARFObj(); in getAppleTypes()
525 const DWARFObject &DObj = D.getDWARFObj(); in getAppleNamespaces()
532 const DWARFObject &DObj = D.getDWARFObj(); in getAppleObjC()
[all …]
H A DDWARFAddressRange.cpp18 const DWARFObject *Obj) const { in dump()
H A DDWARFVerifier.cpp340 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev()
380 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection()
467 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo()
593 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute()
1676 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
1699 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugStrOffsets()
1703 DObj.getStrDWOSection(), &DWARFObject::forEachInfoDWOSections); in handleDebugStrOffsets()
1706 &DWARFObject::forEachInfoSections); in handleDebugStrOffsets()
1712 void (DWARFObject::*VisitInfoSections)( in verifyDebugStrOffsets()
1714 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugStrOffsets()
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.cpp58 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS, in dumpRanges()
211 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
H A DDWARFFormValue.cpp367 void DWARFFormValue::dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, in dumpAddressSection()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDwarf.h21 class DwarfObject final : public llvm::DWARFObject {
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h26 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp740 const DWARFObject &InputDWARFObj = InputDWARFFile.Dwarf->getDWARFObj(); in cloneAndEmitDebugFrame()