Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp152 collectPGOFuncNameStrings(NamesVec, /*doCompression=*/false, Names); in correlateProfileData()
H A DInstrProf.cpp438 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs, in collectPGOFuncNameStrings() function
483 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars, in collectPGOFuncNameStrings() function
489 return collectPGOFuncNameStrings( in collectPGOFuncNameStrings()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h217 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs,
222 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars,
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp1149 EXPECT_THAT_ERROR(collectPGOFuncNameStrings( in TEST_P()
1157 EXPECT_THAT_ERROR(collectPGOFuncNameStrings( in TEST_P()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1120 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()