Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp612 StringRef getPGOFuncNameVarInitializer(GlobalVariable *NameVar) { in getPGOFuncNameVarInitializer() argument
613 auto *Arr = cast<ConstantDataArray>(NameVar->getInitializer()); in getPGOFuncNameVarInitializer()
622 for (auto *NameVar : NameVars) { in collectPGOFuncNameStrings() local
623 NameStrs.push_back(std::string(getPGOFuncNameVarInitializer(NameVar))); in collectPGOFuncNameStrings()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h222 StringRef getPGOFuncNameVarInitializer(GlobalVariable *NameVar);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1087 const GlobalValue *NameVar = Op0.getGlobal(); in expandPostRAPseudo() local
1088 const GlobalVariable *GV = dyn_cast<GlobalVariable>(NameVar); in expandPostRAPseudo()