HomeSort by relevance Sort by last modified time
    Searched refs:StrEmit (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 188 Ostream &getStrEmit() { return *StrEmit; }
189 void setStrEmit(Ostream &NewStrEmit) { StrEmit = &NewStrEmit; }
553 Ostream *StrEmit; /// Stream for code emission
IceGlobalContext.cpp 303 StrDump(OsDump), StrEmit(OsEmit), StrError(OsError), IntrinsicsInfo(this),
    [all...]

Completed in 2217 milliseconds