Searched refs:getGlobalVal (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 223 GlobalValue *getGlobalVal(const std::string &N, Type *Ty, LocTy Loc); 224 GlobalValue *getGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
|
| /src/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1777 GlobalValue *LLParser::getGlobalVal(const std::string &Name, Type *Ty, in getGlobalVal() function in LLParser 1808 GlobalValue *LLParser::getGlobalVal(unsigned ID, Type *Ty, LocTy Loc) { in getGlobalVal() function in LLParser 6109 V = getGlobalVal(ID.StrVal, Ty, ID.Loc); in convertValIDToValue() 6114 V = getGlobalVal(ID.UIntVal, Ty, ID.Loc); in convertValIDToValue()
|