Searched refs:getGlobalVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 226 GlobalValue *getGlobalVal(const std::string &N, Type *Ty, LocTy Loc); 227 GlobalValue *getGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1767 GlobalValue *LLParser::getGlobalVal(const std::string &Name, Type *Ty, in getGlobalVal() function in LLParser 1798 GlobalValue *LLParser::getGlobalVal(unsigned ID, Type *Ty, LocTy Loc) { in getGlobalVal() function in LLParser 6409 V = getGlobalVal(ID.StrVal, Ty, ID.Loc); in convertValIDToValue() 6414 V = getGlobalVal(ID.UIntVal, Ty, ID.Loc); in convertValIDToValue()
|