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

Declarations

lib/AsmParser/LLParser.h
  510     bool ParseValID(ValID &ID, PerFunctionState *PFS = nullptr);

References

lib/AsmParser/LLParser.cpp
  912     if (ParseValID(ID))
 3236         ParseValID(Fn) ||
 3238         ParseValID(Label) ||
 3663   bool Parsed = ParseValID(ID) ||
 5251   if (ParseValID(ID, /*PFS=*/nullptr))
 5278   return ParseValID(ID, PFS) ||
 6055       ParseValID(CalleeID) || ParseParameterList(ArgList, PFS) ||
 6364       ParseValID(CalleeID) || ParseParameterList(ArgList, PFS) ||
 6783       ParseValID(CalleeID) ||
 7414   if (ParseValID(Fn) ||
 7416       ParseValID(Label) ||