Searched refs:DWARFObject (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.h | 66 const MCRegisterInfo *MRI, const DWARFObject &Obj, 82 const DWARFObject &Obj) const = 0; 109 const DWARFObject &Obj, DIDumpOptions DumpOpts, 119 const DWARFObject &Obj) const override; 133 const MCRegisterInfo *MRI, const DWARFObject &Obj, 139 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 | 20 class DWARFObject; variable 67 const DWARFObject *Obj = nullptr) const;
|
| H A D | DWARFObject.h | 25 class DWARFObject { 29 virtual ~DWARFObject() = default;
|
| H A D | DWARFContext.h | 107 std::unique_ptr<const DWARFObject> DObj; 119 DWARFContext(std::unique_ptr<const DWARFObject> DObj, 130 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj()
|
| H A D | DWARFFormValue.h | 88 static void dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS,
|
| H A D | DWARFUnit.h | 169 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.cpp | 124 const DWARFObject &Obj, DWARFUnit *U, in dumpLocationList() 186 const DWARFObject &Obj, DIDumpOptions DumpOpts, in dump() 251 const DWARFObject &Obj) const { in dumpRawEntry() 344 const DWARFObject &Obj) const { in dumpRawEntry() 389 const DWARFObject &Obj, in dumpRange()
|
| H A D | DWARFAddressRange.cpp | 18 const DWARFObject *Obj) const { in dump()
|
| H A D | DWARFVerifier.cpp | 280 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() 292 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() 356 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() 473 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() 591 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoForm() 1509 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
|
| H A D | DWARFUnit.cpp | 38 const DWARFObject &D = C.getDWARFObj(); in addUnitsForSection() 50 const DWARFObject &D = C.getDWARFObj(); in addUnitsForDWOSection() 59 DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, in addUnitsImpl()
|
| H A D | DWARFContext.cpp | 67 DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj, in DWARFContext() 146 const DWARFObject &Obj, in dumpStringOffsetsSection() 308 const DWARFObject &Obj, in dumpLoclistsSection() 889 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() 1505 class DWARFObjInMemory final : public DWARFObject {
|
| H A D | DWARFDie.cpp | 58 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS, in dumpRanges() 326 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
|
| H A D | DWARFFormValue.cpp | 390 void DWARFFormValue::dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, in dumpAddressSection()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Dwarf.h | 22 class DwarfObject final : public llvm::DWARFObject {
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | DWARF.h | 26 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 113 class DummyDWARFObject final: public llvm::DWARFObject {
|