Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp352 const std::string &OtherFuncName = PGOFuncName.substr(0, pos); in create() local
353 if (Error E = addFuncName(OtherFuncName)) in create()
355 MD5FuncMap.emplace_back(Function::getGUID(OtherFuncName), &F); in create()