Searched refs:DWARFObject (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| 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 | DWARFObject.h | 26 class DWARFObject { 30 virtual ~DWARFObject() = default;
|
| H A D | DWARFContext.h | 107 std::unique_ptr<const DWARFObject> DObj; 110 DWARFContext(std::unique_ptr<const DWARFObject> DObj, 117 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj()
|
| H A D | DWARFDebugPubTable.h | 71 DWARFDebugPubTable(const DWARFObject &Obj, const DWARFSection &Sec,
|
| H A D | DWARFFormValue.h | 79 static void dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS,
|
| H A D | DWARFUnit.h | 156 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.cpp | 22 DWARFDebugPubTable::DWARFDebugPubTable(const DWARFObject &Obj, in DWARFDebugPubTable()
|
| H A D | DWARFVerifier.cpp | 283 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() 302 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() 366 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() 475 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() 556 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoForm() 1484 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
|
| H A D | DWARFDie.cpp | 58 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS, in dumpRanges() 82 const DWARFObject &Obj = Ctx.getDWARFObj(); in dumpLocation() 345 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
|
| H A D | DWARFUnit.cpp | 40 const DWARFObject &D = C.getDWARFObj(); in addUnitsForSection() 52 const DWARFObject &D = C.getDWARFObj(); in addUnitsForDWOSection() 61 DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, in addUnitsImpl()
|
| H A D | DWARFContext.cpp | 68 DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj, in DWARFContext() 133 raw_ostream &OS, StringRef SectionName, const DWARFObject &Obj, in dumpDWARFv5StringOffsetsSection() 214 const DWARFObject &Obj, in dumpStringOffsetsSection() 797 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() 1238 class DWARFObjInMemory final : public DWARFObject {
|
| H A D | DWARFFormValue.cpp | 342 void DWARFFormValue::dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, in dumpAddressSection()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | DWARF.h | 27 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
|