Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h265 DWARFSection LocDWOSection; variable
311 const DWARFSection &getLocDWOSection() override { return LocDWOSection; } in getLocDWOSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1456 DWARFSectionMap LocDWOSection; member in __anon67bd87680d11::DWARFObjInMemory
1482 .Case("debug_loc.dwo", &LocDWOSection) in mapNameToDWARFSection()
1796 return LocDWOSection; in getLocDWOSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1629 DWARFSectionMap LocDWOSection; member in __anon7dea586e1011::DWARFObjInMemory
1656 .Case("debug_loc.dwo", &LocDWOSection) in mapNameToDWARFSection()
1969 return LocDWOSection; in getLocDWOSection()
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp709 .Case("debug_loc.dwo", &LocDWOSection.Data) in DWARFContextInMemory()