Home
last modified time | relevance | path

Searched refs:OSRef (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp239 raw_ostream &OSRef = *OS.get(); in createIndexFile() local
242 emitPrelude(OSRef); in createIndexFile()
243 OSRef << BeginSourceNameDiv << "Index" << EndSourceNameDiv; in createIndexFile()
244 OSRef << BeginTable; in createIndexFile()
249 OSRef << tag("tr", tag("td", tag("pre", a(LinkTarget, LinkText), "code"))); in createIndexFile()
251 OSRef << EndTable; in createIndexFile()
252 emitEpilog(OSRef); in createIndexFile()
DSourceCoverageViewText.cpp35 raw_ostream &OSRef = *OS.get(); in createIndexFile() local
38 OSRef << getOutputPath(SF, "txt", /*InToplevel=*/false) << '\n'; in createIndexFile()
/external/llvm/include/llvm/Support/
DTargetRegistry.h469 formatted_raw_ostream &OSRef = *OS; in createAsmStreamer() local
473 createAsmTargetStreamer(*S, OSRef, InstPrint, IsVerboseAsm); in createAsmStreamer()