Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h210 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs,
215 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp378 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs, in collectPGOFuncNameStrings() function
426 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars, in collectPGOFuncNameStrings() function
432 return collectPGOFuncNameStrings( in collectPGOFuncNameStrings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp918 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()