Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:BlockAddress

144       return Error(Fn.Loc, "unknown function referenced by blockaddress");
219 // Get the BlockAddress for this and update references to use it.
220 BlockAddress *BA = BlockAddress::get(TheFn, Res);
2552 // ValID ::= 'blockaddress' '(' @foo ',' %bar ')'
2565 return Error(Fn.Loc, "expected function name in blockaddress");
2567 return Error(Label.Loc, "expected basic block name in blockaddress");