Home
last modified time | relevance | path

Searched refs:OpcodeLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp784 SMLoc OpcodeLoc = getLexer().getLoc(); in parseLiteralDirective() local
786 return Error(OpcodeLoc, "expected value"); in parseLiteralDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12351 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
12354 OpcodeLoc, "expected opcode expression")) in parseDirectiveUnwindRaw()
12358 return Error(OpcodeLoc, "opcode value must be a constant"); in parseDirectiveUnwindRaw()
12361 return Error(OpcodeLoc, "invalid opcode"); in parseDirectiveUnwindRaw()
12367 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
12369 return Error(OpcodeLoc, "expected opcode expression"); in parseDirectiveUnwindRaw()