Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDataExtractor.h17 class DWARFObject; variable
22 const DWARFObject *Obj = nullptr;
28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
DDWARFObject.h26 class DWARFObject {
30 virtual ~DWARFObject() = default;
DDWARFContext.h114 std::unique_ptr<const DWARFObject> DObj;
117 DWARFContext(std::unique_ptr<const DWARFObject> DObj,
124 const DWARFObject &getDWARFObj() const { return *DObj; } in getDWARFObj()
DDWARFUnit.h120 virtual void parseImpl(DWARFContext &Context, const DWARFObject &Obj,
181 void parseImpl(DWARFContext &Context, const DWARFObject &Obj, in parseImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp58 static void dumpRanges(const DWARFObject &Obj, raw_ostream &OS, in dumpRanges()
88 const DWARFObject &Obj = Ctx.getDWARFObj(); in dumpLocation()
262 const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj(); in dumpAttribute()
DDWARFVerifier.cpp238 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev()
258 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo()
395 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute()
450 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoForm()
1329 const DWARFObject &D = DCtx.getDWARFObj(); in handleAccelTables()
DDWARFContext.cpp68 DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj, in DWARFContext()
137 raw_ostream &OS, StringRef SectionName, const DWARFObject &Obj, in dumpDWARFv5StringOffsetsSection()
219 raw_ostream &OS, StringRef SectionName, const DWARFObject &Obj, in dumpStringOffsetsSection()
767 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable()
1209 class DWARFObjInMemory final : public DWARFObject {
DDWARFUnit.cpp35 const DWARFObject &D = C.getDWARFObj(); in parse()
44 const DWARFObject &D = C.getDWARFObj(); in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp102 const DWARFObject &D = DCtx.getDWARFObj(); in dumpDebugPubSections()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp53 const DWARFObject &Obj = Context->getDWARFObj(); in generate()