Searched refs:getFunctionNameAndSize (Results 1 – 3 of 3) sorted by relevance
63 std::string getFunctionNameAndSize() const;
83 std::string Cfg::getFunctionNameAndSize() const { in getFunctionNameAndSize() function in Ice::Cfg232 << getFunctionNameAndSize() in translate()1858 Str << ") { # " << getFunctionNameAndSize() << "\n"; in dump()
255 (Func == nullptr ? "_FINAL_" : Func->getFunctionNameAndSize()); in dump()414 << Func->getFunctionNameAndSize() << "\n"; in translateFunctions()