Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.h63 std::string getFunctionNameAndSize() const;
DIceCfg.cpp74 std::string Cfg::getFunctionNameAndSize() const { in getFunctionNameAndSize() function in Ice::Cfg
191 << ">>>Translating " << getFunctionNameAndSize() in translate()
1751 Str << ") { # " << getFunctionNameAndSize() << "\n"; in dump()
DIceGlobalContext.cpp255 (Func == nullptr ? "_FINAL_" : Func->getFunctionNameAndSize()); in dump()
413 << Func->getFunctionNameAndSize() << "\n"; in translateFunctions()