Home
last modified time | relevance | path

Searched defs:DictScope (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
DStreamWriter.h290 struct DictScope { struct
291 DictScope(StreamWriter& W, StringRef N) : W(W) { in DictScope() argument
296 ~DictScope() { in ~DictScope() argument
301 StreamWriter& W;