Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h265 DWARFSection LocDWOSection; variable
311 const DWARFSection &getLocDWOSection() override { return LocDWOSection; } in getLocDWOSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp103 const DWARFSection &LocDWOSection = Obj.getLocDWOSection(); in dumpLocation() local
118 } else if (!LocDWOSection.Data.empty()) { in dumpLocation()
119 DataExtractor Data(LocDWOSection.Data, Ctx.isLittleEndian(), 0); in dumpLocation()
DDWARFContext.cpp1230 DWARFSectionMap LocDWOSection; member in __anonddd817f10c11::DWARFObjInMemory
1250 .Case("debug_loc.dwo", &LocDWOSection) in mapNameToDWARFSection()
1505 return LocDWOSection; in getLocDWOSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp709 .Case("debug_loc.dwo", &LocDWOSection.Data) in DWARFContextInMemory()