Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp700 StringRef getPGOFuncNameVarInitializer(GlobalVariable *NameVar) { in getPGOFuncNameVarInitializer() argument
701 auto *Arr = cast<ConstantDataArray>(NameVar->getInitializer()); in getPGOFuncNameVarInitializer()
710 for (auto *NameVar : NameVars) { in collectPGOFuncNameStrings() local
711 NameStrs.push_back(std::string(getPGOFuncNameVarInitializer(NameVar))); in collectPGOFuncNameStrings()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h228 StringRef getPGOFuncNameVarInitializer(GlobalVariable *NameVar);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1088 const GlobalValue *NameVar = Op0.getGlobal(); in expandPostRAPseudo() local
1089 const GlobalVariable *GV = dyn_cast<GlobalVariable>(NameVar); in expandPostRAPseudo()