Searched refs:GetGlobalVal (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 146 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc); 147 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
|
D | LLParser.cpp | 750 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/ |
D | LLParser.h | 172 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc); 173 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
|
D | LLParser.cpp | 1151 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()
|