Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DStreamWriter.h252 struct DictScope { struct
253 DictScope(StreamWriter& W, StringRef N) : W(W) { in DictScope() function
258 ~DictScope() { in ~DictScope() argument
263 StreamWriter& W;