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

Declarations

lib/AsmParser/LLParser.h
  512     bool ParseGlobalTypeAndValue(Constant *&V);

References

lib/AsmParser/LLParser.cpp
  907     if (ParseGlobalTypeAndValue(Aliasee))
 3324         ParseGlobalTypeAndValue(SrcVal) ||
 3343         ParseGlobalTypeAndValue(Val) ||
 3361         ParseGlobalTypeAndValue(Val0) ||
 3363         ParseGlobalTypeAndValue(Val1) ||
 3389         ParseGlobalTypeAndValue(Val0) ||
 3391         ParseGlobalTypeAndValue(Val1) ||
 3421         ParseGlobalTypeAndValue(Val) ||
 3476         ParseGlobalTypeAndValue(Val0) ||
 3478         ParseGlobalTypeAndValue(Val1) ||
 3526         ParseGlobalTypeAndValue(Val0) ||
 3528         ParseGlobalTypeAndValue(Val1) ||
 3716     if (ParseGlobalTypeAndValue(C)) return true;
 5402        ParseGlobalTypeAndValue(Prefix)) ||
 5404        ParseGlobalTypeAndValue(Prologue)) ||
 5406        ParseGlobalTypeAndValue(PersonalityFn)))