Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h187 GlobalValue *getGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
188 GlobalValue *getGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1524 GlobalValue *LLParser::getGlobalVal(const std::string &Name, Type *Ty, in getGlobalVal() function in LLParser
1555 GlobalValue *LLParser::getGlobalVal(unsigned ID, Type *Ty, LocTy Loc) { in getGlobalVal() function in LLParser
5401 V = getGlobalVal(ID.StrVal, Ty, ID.Loc); in convertValIDToValue()
5406 V = getGlobalVal(ID.UIntVal, Ty, ID.Loc); in convertValIDToValue()