Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h216 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs,
221 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp401 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs, in collectPGOFuncNameStrings() function
449 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars, in collectPGOFuncNameStrings() function
455 return collectPGOFuncNameStrings( in collectPGOFuncNameStrings()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1036 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()