Home
last modified time | relevance | path

Searched refs:GetGlobalVal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h169 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
170 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
DLLParser.cpp1081 GlobalValue *LLParser::GetGlobalVal(const std::string &Name, Type *Ty, in GetGlobalVal() function in LLParser
1115 GlobalValue *LLParser::GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc) { in GetGlobalVal() function in LLParser
4182 V = GetGlobalVal(ID.StrVal, Ty, ID.Loc); in ConvertValIDToValue()
4185 V = GetGlobalVal(ID.UIntVal, Ty, ID.Loc); in ConvertValIDToValue()