Searched defs:CreateInfoOutputFile (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DTimer.cpp26 // CreateInfoOutputFile - Return a file stream to print our output on.
27 namespace llvm { extern raw_ostream *CreateInfoOutputFile(); }
56 // CreateInfoOutputFile - Return a file stream to print our output on.
57 raw_ostream *llvm::CreateInfoOutputFile() { function in class:llvm
298 raw_ostream *OutStream = CreateInfoOutputFile();

Completed in 41 milliseconds