Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h216 GlobalValue *getGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
217 GlobalValue *getGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1689 GlobalValue *LLParser::getGlobalVal(const std::string &Name, Type *Ty, in getGlobalVal() function in LLParser
1720 GlobalValue *LLParser::getGlobalVal(unsigned ID, Type *Ty, LocTy Loc) { in getGlobalVal() function in LLParser
5831 V = getGlobalVal(ID.StrVal, Ty, ID.Loc); in convertValIDToValue()
5836 V = getGlobalVal(ID.UIntVal, Ty, ID.Loc); in convertValIDToValue()