Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h146 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
147 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
DLLParser.cpp750 GlobalValue *LLParser::GetGlobalVal(const std::string &Name, Type *Ty, in GetGlobalVal() function in LLParser
791 GlobalValue *LLParser::GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc) { in GetGlobalVal() function in LLParser
2472 V = GetGlobalVal(ID.StrVal, Ty, ID.Loc); in ConvertValIDToValue()
2475 V = GetGlobalVal(ID.UIntVal, Ty, ID.Loc); in ConvertValIDToValue()
/external/llvm/lib/AsmParser/
DLLParser.h172 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
173 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
DLLParser.cpp1151 GlobalValue *LLParser::GetGlobalVal(const std::string &Name, Type *Ty, in GetGlobalVal() function in LLParser
1185 GlobalValue *LLParser::GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc) { in GetGlobalVal() function in LLParser
4404 V = GetGlobalVal(ID.StrVal, Ty, ID.Loc); in ConvertValIDToValue()
4407 V = GetGlobalVal(ID.UIntVal, Ty, ID.Loc); in ConvertValIDToValue()