Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp395 std::string getPGOName(const GlobalVariable &V, bool InLTO) { in getPGOName() function
488 if (Error E = addVTableWithName(G, getPGOName(G, InLTO))) in create()
721 VTableNameStrs.push_back(getPGOName(*VTable)); in collectVTableStrings()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h303 std::string getPGOName(const GlobalVariable &V, bool InLTO = false);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1547 const std::string PGOVTableName = getPGOName(*GV); in getOrCreateVTableProfData()
H A DPGOInstrumentation.cpp2099 createPGONameMetadata(G, getPGOName(G, false /* InLTO*/)); in annotateAllFunctions()