Home
last modified time | relevance | path

Searched refs:DWARFObject (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h22 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 DDWARFDataExtractor.h17 class DWARFObject; variable
22 const DWARFObject *Obj = nullptr;
28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
H A DDWARFAddressRange.h23 class DWARFObject; variable
72 const DWARFObject *Obj = nullptr) const;
H A DDWARFObject.h25 class DWARFObject {
29 virtual ~DWARFObject() = default;
H A DDWARFContext.h103 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 DDWARFFormValue.h23 class DWARFObject; variable
90 static void dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS,
H A DDWARFVerifier.h160 unsigned verifyIndexes(const DWARFObject &DObj);
H A DDWARFUnit.h43 class DWARFObject; variable
173 void addUnitsImpl(DWARFContext &Context, const DWARFObject &Obj,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp28 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 DDWARFAddressRange.cpp18 const DWARFObject *Obj) const { in dump()
H A DDWARFVerifier.cpp326 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 DDWARFUnit.cpp45 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 DDWARFContext.cpp73 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 DDWARFDie.cpp59 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS, in dumpRanges()
213 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
H A DDWARFFormValue.cpp393 void DWARFFormValue::dumpAddressSection(const DWARFObject &Obj, raw_ostream &OS, in dumpAddressSection()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDataExtractorTest.cpp56 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST()
188 const DWARFObject &DObj = Ctx->getDWARFObj(); in TEST()
H A DDWARFDebugLineTest.cpp59 const DWARFObject &Obj = Context->getDWARFObj(); in generate()
/llvm-project-15.0.7/lld/MachO/
H A DDwarf.h22 class DwarfObject final : public llvm::DWARFObject {
/llvm-project-15.0.7/lld/ELF/
H A DDWARF.h26 template <class ELFT> class LLDDwarfObj final : public llvm::DWARFObject {
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp307 const DWARFObject &DObj = Context->getDWARFObj(); in isDebugBinary()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp198 const DWARFObject &D = DCtx.getDWARFObj(); in dumpDebugPubSections()