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

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

Completed in 287 milliseconds