Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h186 Ostream &getStrDump() { return *StrDump; } in getStrDump()
483 Ostream *StrDump; /// Stream for dumping / diagnostics variable
DIceGlobalContext.cpp303 StrDump(OsDump), StrEmit(OsEmit), StrError(OsError), IntrinsicsInfo(this), in GlobalContext()