reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ProfileData/InstrProf.h
  169 std::string getPGOFuncName(StringRef RawFuncName,

References

lib/ProfileData/InstrProf.cpp
  261     return getPGOFuncName(F.getName(), F.getLinkage(), FileName, Version);
  273   return getPGOFuncName(F.getName(), GlobalValue::ExternalLinkage, "");
tools/clang/lib/CodeGen/CodeGenPGO.cpp
   35   FuncName = llvm::getPGOFuncName(