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.cpp752 StringRef getPGOFuncNameVarInitializer(GlobalVariable *NameVar) { in getPGOFuncNameVarInitializer() argument
753 auto *Arr = cast<ConstantDataArray>(NameVar->getInitializer()); in getPGOFuncNameVarInitializer()
762 for (auto *NameVar : NameVars) { in collectPGOFuncNameStrings() local
763 NameStrs.push_back(std::string(getPGOFuncNameVarInitializer(NameVar))); in collectPGOFuncNameStrings()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h270 LLVM_ABI StringRef getPGOFuncNameVarInitializer(GlobalVariable *NameVar);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1091 const GlobalValue *NameVar = Op0.getGlobal(); in expandPostRAPseudo() local
1092 const GlobalVariable *GV = dyn_cast<GlobalVariable>(NameVar); in expandPostRAPseudo()