Home
last modified time | relevance | path

Searched refs:StringOffsetDWOSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h267 StringRef StringOffsetDWOSection; variable
314 return StringOffsetDWOSection; in getStringOffsetDWOSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1231 DWARFSectionMap StringOffsetDWOSection; member in __anonddd817f10c11::DWARFObjInMemory
1254 .Case("debug_str_offsets.dwo", &StringOffsetDWOSection) in mapNameToDWARFSection()
1509 return StringOffsetDWOSection; in getStringOffsetDWOSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp712 .Case("debug_str_offsets.dwo", &StringOffsetDWOSection) in DWARFContextInMemory()