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

  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 224 /// @param renderContextStr This parameter will be included in the top of
235 void renderMachineFunction(const char *renderContextStr,
311 const char * const renderContextStr) const;
332 const char * const renderContextStr) const;
RenderMachineFunction.cpp 682 const char * const renderContextStr) const {
685 << indent << "<h2>Rendering context: " << renderContextStr << "</h2>\n";
886 const char * const renderContextStr) const {
896 renderFunctionSummary(s(4), os, renderContextStr);
    [all...]

Completed in 17 milliseconds