Home
last modified time | relevance | path

Searched refs:emitEpilog (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp180 void emitEpilog(raw_ostream &OS) { in emitEpilog() function
231 emitEpilog(*OS.get()); in closeViewFile()
252 emitEpilog(OSRef); in createIndexFile()
/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp275 void emitEpilog(raw_ostream &OS) { in emitEpilog() function
301 emitEpilog(*OS.get()); in closeViewFile()
457 emitEpilog(OSRef); in createIndexFile()
/external/swiftshader/src/Pipeline/
DVertexProgram.cpp85 spirvShader->emitEpilog(&routine); in program()
DComputeProgram.cpp59 shader->emitEpilog(&routine); in generate()
DPixelProgram.cpp196 spirvShader->emitEpilog(&routine); in applyShader()
DSpirvShader.hpp788 void emitEpilog(SpirvRoutine *routine) const;
DSpirvShader.cpp2472 void SpirvShader::emitEpilog(SpirvRoutine *routine) const in emitEpilog() function in sw::SpirvShader