Home
last modified time | relevance | path

Searched refs:LocSection (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h247 DWARFSection LocSection; variable
287 const DWARFSection &getLocSection() override { return LocSection; } in getLocSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp102 const DWARFSection &LocSection = Obj.getLocSection(); in dumpLocation() local
105 if (!LocSection.Data.empty()) { in dumpLocation()
107 DWARFDataExtractor Data(Obj, LocSection, Ctx.isLittleEndian(), in dumpLocation()
DDWARFContext.cpp1223 DWARFSectionMap LocSection; member in __anonddd817f10c11::DWARFObjInMemory
1244 .Case("debug_loc", &LocSection) in mapNameToDWARFSection()
1539 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp695 .Case("debug_loc", &LocSection.Data) in DWARFContextInMemory()
765 .Case("debug_loc", &LocSection.Relocs) in DWARFContextInMemory()