| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.h | 22 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 D | DWARFDataExtractor.h | 24 const DWARFObject *Obj = nullptr; 32 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
|
| H A D | DWARFAddressRange.h | 24 class DWARFObject; variable 74 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 | 22 class DWARFObject; variable 93 LLVM_ABI static void dumpAddressSection(const DWARFObject &Obj,
|
| H A D | DWARFUnit.h | 43 class DWARFObject; variable 181 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.cpp | 29 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 D | DWARFContext.cpp | 191 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 D | DWARFAddressRange.cpp | 18 const DWARFObject *Obj) const { in dump()
|
| H A D | DWARFVerifier.cpp | 407 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 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 | 28 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 737 const DWARFObject &InputDWARFObj = InputDWARFFile.Dwarf->getDWARFObj(); in cloneAndEmitDebugFrame()
|