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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1456 DWARFSectionMap LocDWOSection; member in __anonc7c59b990d11::DWARFObjInMemory
1482 .Case("debug_loc.dwo", &LocDWOSection) in mapNameToDWARFSection()
1796 return LocDWOSection; in getLocDWOSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1521 DWARFSectionMap LocDWOSection; member in __anonbdce32250f11::DWARFObjInMemory
1548 .Case("debug_loc.dwo", &LocDWOSection) in mapNameToDWARFSection()
1858 return LocDWOSection; in getLocDWOSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp709 .Case("debug_loc.dwo", &LocDWOSection.Data) in DWARFContextInMemory()