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 155 /// GetGlobalVal - Get a value with the specified name or ID, creating a
158 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
159 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
LLParser.cpp     [all...]

Completed in 683 milliseconds