HomeSort by relevance Sort by last modified time
    Searched refs:GetGlobalVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/AsmParser/
LLParser.h 144 /// GetGlobalVal - Get a value with the specified name or ID, creating a
147 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
148 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
LLParser.cpp 742 /// GetGlobalVal - Get a value with the specified name or ID, creating a
745 GlobalValue *LLParser::GetGlobalVal(const std::string &Name, Type *Ty,
786 GlobalValue *LLParser::GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc) {
    [all...]

Completed in 3020 milliseconds