Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h190 GlobalValue *getGlobalVal(const std::string &N, Type *Ty, LocTy Loc,
192 GlobalValue *getGlobalVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1520 GlobalValue *LLParser::getGlobalVal(const std::string &Name, Type *Ty, in getGlobalVal() function in LLParser
1551 GlobalValue *LLParser::getGlobalVal(unsigned ID, Type *Ty, LocTy Loc, in getGlobalVal() function in LLParser
5592 V = getGlobalVal(ID.StrVal, Ty, ID.Loc, IsCall); in convertValIDToValue()
5595 V = getGlobalVal(ID.UIntVal, Ty, ID.Loc, IsCall); in convertValIDToValue()