Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:SuffixLoc

3338     SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() +
3342 return Error(SuffixLoc, "invalid condition code");
3344 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext()));
3354 SMLoc SuffixLoc = SMLoc::getFromPointer(NameLoc.getPointer() +
3357 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext()));