Home
last modified time | relevance | path

Searched refs:LocDWOSection (Results 1 – 3 of 3) 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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1456 DWARFSectionMap LocDWOSection; member in __anon1e326e5e0d11::DWARFObjInMemory
1482 .Case("debug_loc.dwo", &LocDWOSection) in mapNameToDWARFSection()
1796 return LocDWOSection; in getLocDWOSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp709 .Case("debug_loc.dwo", &LocDWOSection.Data) in DWARFContextInMemory()