Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFContext.h239 StringRef StringDWOSection; variable
280 StringRef getStringDWOSection() override { return StringDWOSection; } in getStringDWOSection()
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFContext.cpp593 .Case("debug_str.dwo", &StringDWOSection) in DWARFContextInMemory()