Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:GetGlobalVal

1076 /// GetGlobalVal - Get a value with the specified name or ID, creating a
1079 GlobalValue *LLParser::GetGlobalVal(const std::string &Name, Type *Ty,
1122 GlobalValue *LLParser::GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc) {
2991 V = GetGlobalVal(ID.StrVal, Ty, ID.Loc);
2994 V = GetGlobalVal(ID.UIntVal, Ty, ID.Loc);