Searched defs:GetGlobalVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLParser.cpp1076 /// GetGlobalVal - Get a value with the specified name or ID, creating a
1079 GlobalValue *LLParser::GetGlobalVal(const std::string &Name, Type *Ty, function in class:LLParser
1122 GlobalValue *LLParser::GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc) { function in class:LLParser
2991 V = GetGlobalVal(ID.StrVal, Ty, ID.Loc);
2994 V = GetGlobalVal(ID.UIntVal, Ty, ID.Loc);

Completed in 40 milliseconds