Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.h235 void renderMachineFunction(const char *renderContextStr,
311 const char * const renderContextStr) const;
332 const char * const renderContextStr) const;
DRenderMachineFunction.cpp682 const char * const renderContextStr) const { in renderFunctionSummary()
685 << indent << "<h2>Rendering context: " << renderContextStr << "</h2>\n"; in renderFunctionSummary()
886 const char * const renderContextStr) const { in renderFunctionPage()
896 renderFunctionSummary(s(4), os, renderContextStr); in renderFunctionPage()
987 const char *renderContextStr, in renderMachineFunction() argument
1003 renderFunctionPage(outFile, renderContextStr); in renderMachineFunction()