reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/AsmParser/LLParser.h
  206     GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);

References

lib/AsmParser/LLParser.cpp
 5159     V = GetGlobalVal(ID.UIntVal, Ty, ID.Loc, IsCall);