Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h295 LLVM_ABI Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp759 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars, in collectPGOFuncNameStrings() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1946 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()