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

References

lib/AsmParser/LLParser.cpp
 7416       ParseValID(Label) ||
 7438   if (Label.Kind == ValID::t_LocalID)
 7439     return Error(Label.Loc, "invalid numeric label in uselistorder_bb");
 7440   if (Label.Kind != ValID::t_LocalName)
 7441     return Error(Label.Loc, "expected basic block name in uselistorder_bb");
 7442   Value *V = F->getValueSymbolTable()->lookup(Label.StrVal);
 7444     return Error(Label.Loc, "invalid basic block in uselistorder_bb");
 7446     return Error(Label.Loc, "expected basic block in uselistorder_bb");