| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.h | 22 class DWARFObject; variable 70 const MCRegisterInfo *MRI, const DWARFObject &Obj, 86 const DWARFObject &Obj) const = 0; 113 const DWARFObject &Obj, DIDumpOptions DumpOpts, 123 const DWARFObject &Obj) const override; 137 const MCRegisterInfo *MRI, const DWARFObject &Obj, 143 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 | 25 class DWARFObject { 29 virtual ~DWARFObject() = default;
|
| H A D | DWARFContext.h | 103 std::unique_ptr<const DWARFObject> DObj; 115 DWARFContext(std::unique_ptr<const DWARFObject> DObj, 126 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj()
|
| H A D | DWARFFormValue.h | 23 class DWARFObject; variable 90 static void dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS,
|
| H A D | DWARFVerifier.h | 160 unsigned verifyIndexes(const DWARFObject &DObj);
|
| H A D | DWARFUnit.h | 43 class DWARFObject; variable 173 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.cpp | 28 class DWARFObject; 126 const DWARFObject &Obj, DWARFUnit *U, in dumpLocationList() 188 const DWARFObject &Obj, DIDumpOptions DumpOpts, in dump() 253 const DWARFObject &Obj) const { in dumpRawEntry() 346 const DWARFObject &Obj) const { in dumpRawEntry() 391 const DWARFObject &Obj, in dumpRange()
|
| H A D | DWARFAddressRange.cpp | 18 const DWARFObject *Obj) const { in dump()
|
| H A D | DWARFVerifier.cpp | 326 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() 366 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() 453 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() 579 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() 1609 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
|
| 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 | DWARFContext.cpp | 73 DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj, in DWARFContext() 152 const DWARFObject &Obj, in dumpStringOffsetsSection() 314 const DWARFObject &Obj, in dumpLoclistsSection() 927 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() 1536 class DWARFObjInMemory final : public DWARFObject {
|
| H A D | DWARFDie.cpp | 59 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS, in dumpRanges() 213 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
|
| H A D | DWARFFormValue.cpp | 393 void DWARFFormValue::dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, in dumpAddressSection()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractorTest.cpp | 56 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST() 188 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST()
|
| H A D | DWARFDebugLineTest.cpp | 59 const DWARFObject &Obj = Context->getDWARFObj(); in generate()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Dwarf.h | 22 class DwarfObject final : public llvm::DWARFObject {
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | DWARF.h | 26 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
|
| /llvm-project-15.0.7/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 307 const DWARFObject &DObj = Context->getDWARFObj(); in isDebugBinary()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 198 const DWARFObject &D = DCtx.getDWARFObj(); in dumpDebugPubSections()
|