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

References

lib/AsmParser/LLParser.cpp
 5557     assert((BBID.Kind == ValID::t_LocalID || BBID.Kind == ValID::t_LocalName) &&
 5557     assert((BBID.Kind == ValID::t_LocalID || BBID.Kind == ValID::t_LocalName) &&
 5560     if (BBID.Kind == ValID::t_LocalName)
 5561       BB = GetBB(BBID.StrVal, BBID.Loc);
 5561       BB = GetBB(BBID.StrVal, BBID.Loc);
 5563       BB = GetBB(BBID.UIntVal, BBID.Loc);
 5563       BB = GetBB(BBID.UIntVal, BBID.Loc);
 5565       return P.Error(BBID.Loc, "referenced value is not a basic block");