Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h266 StringRef StringDWOSection; variable
312 StringRef getStringDWOSection() override { return StringDWOSection; } in getStringDWOSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1274 StringRef StringDWOSection; member in __anonddd817f10c11::DWARFObjInMemory
1300 .Case("debug_str.dwo", &StringDWOSection) in mapSectionToMember()
1507 StringRef getStringDWOSection() const override { return StringDWOSection; } in getStringDWOSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp711 .Case("debug_str.dwo", &StringDWOSection) in DWARFContextInMemory()