Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp332 if (LocDWO) in getDebugLocDWO()
333 return LocDWO.get(); in getDebugLocDWO()
336 LocDWO.reset(new DWARFDebugLocDWO()); in getDebugLocDWO()
337 LocDWO->parse(LocData); in getDebugLocDWO()
338 return LocDWO.get(); in getDebugLocDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp703 if (LocDWO) in getDebugLocDWO()
704 return LocDWO.get(); in getDebugLocDWO()
706 LocDWO.reset(new DWARFDebugLocDWO()); in getDebugLocDWO()
711 LocDWO->parse(LocData); in getDebugLocDWO()
713 return LocDWO.get(); in getDebugLocDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h81 std::unique_ptr<DWARFDebugLocDWO> LocDWO; variable
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h56 std::unique_ptr<DWARFDebugLocDWO> LocDWO; variable