/freebsd/contrib/llvm-project/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 | 128 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 D | DWARFFormValue.h | 21 class DWARFObject; variable 91 static void dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS,
|
H A D | DWARFUnit.h | 42 class DWARFObject; variable 177 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
|
/freebsd/contrib/llvm-project/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 | DWARFContext.cpp | 193 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() 223 const DWARFObject &DObj = D.getDWARFObj(); in parseMacroOrMacinfo() 292 const DWARFObject &DObj = D.getDWARFObj(); in getNormalUnits() 306 const DWARFObject &DObj = D.getDWARFObj(); in getDWOUnits() 322 const DWARFObject &DObj = D.getDWARFObj(); in getDebugAbbrevDWO() 378 const DWARFObject &DObj = D.getDWARFObj(); in getDebugLoc() 447 const DWARFObject &DObj = D.getDWARFObj(); in getDebugFrame() 474 const DWARFObject &DObj = D.getDWARFObj(); in getEHFrame() 509 const DWARFObject &DObj = D.getDWARFObj(); in getDebugNames() 514 const DWARFObject &DObj = D.getDWARFObj(); in getAppleNames() [all …]
|
H A D | DWARFAddressRange.cpp | 18 const DWARFObject *Obj) const { in dump()
|
H A D | DWARFVerifier.cpp | 397 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() 437 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() 529 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() 667 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() 1862 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables() 1885 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugStrOffsets() 1916 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugStrOffsets()
|
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 | 58 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS, in dumpRanges() 211 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
|
H A D | DWARFFormValue.cpp | 367 void DWARFFormValue::dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, in dumpAddressSection()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Dwarf.h | 21 class DwarfObject final : public llvm::DWARFObject {
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DWARF.h | 27 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 738 const DWARFObject &InputDWARFObj = InputDWARFFile.Dwarf->getDWARFObj(); in cloneAndEmitDebugFrame()
|