Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h22 class DWARFObject; variable
71 const DWARFObject &Obj, DWARFUnit *U, DIDumpOptions DumpOpts,
87 const DWARFObject &Obj) const = 0;
113 void dump(raw_ostream &OS, const DWARFObject &Obj, DIDumpOptions DumpOpts,
123 const DWARFObject &Obj) const override;
137 const DWARFObject &Obj, DIDumpOptions DumpOpts);
142 const DWARFObject &Obj) const override;
H A DDWARFDataExtractor.h24 const DWARFObject *Obj = nullptr;
32 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
H A DDWARFAddressRange.h24 class DWARFObject; variable
74 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.h22 class DWARFObject; variable
93 LLVM_ABI static void dumpAddressSection(const DWARFObject &Obj,
H A DDWARFUnit.h43 class DWARFObject; variable
181 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp29 class DWARFObject;
126 const DWARFObject &Obj, DWARFUnit *U, DIDumpOptions DumpOpts, in dumpLocationList()
186 void DWARFDebugLoc::dump(raw_ostream &OS, const DWARFObject &Obj, in dump()
252 const DWARFObject &Obj) const { in dumpRawEntry()
345 const DWARFObject &Obj) const { in dumpRawEntry()
389 raw_ostream &OS, const DWARFObject &Obj, in dumpRange()
H A DDWARFContext.cpp191 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable()
221 const DWARFObject &DObj = D.getDWARFObj(); in parseMacroOrMacinfo()
290 const DWARFObject &DObj = D.getDWARFObj(); in getNormalUnits()
304 const DWARFObject &DObj = D.getDWARFObj(); in getDWOUnits()
320 const DWARFObject &DObj = D.getDWARFObj(); in getDebugAbbrevDWO()
376 const DWARFObject &DObj = D.getDWARFObj(); in getDebugLoc()
445 const DWARFObject &DObj = D.getDWARFObj(); in getDebugFrame()
472 const DWARFObject &DObj = D.getDWARFObj(); in getEHFrame()
507 const DWARFObject &DObj = D.getDWARFObj(); in getDebugNames()
512 const DWARFObject &DObj = D.getDWARFObj(); in getAppleNames()
[all …]
H A DDWARFAddressRange.cpp18 const DWARFObject *Obj) const { in dump()
H A DDWARFVerifier.cpp407 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev()
447 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection()
535 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo()
702 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute()
2097 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
2116 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugStrOffsets()
2147 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.h28 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp737 const DWARFObject &InputDWARFObj = InputDWARFFile.Dwarf->getDWARFObj(); in cloneAndEmitDebugFrame()