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.cpp843 SMLoc OpcodeLoc = getLexer().getLoc(); in parseLiteralDirective() local
845 return Error(OpcodeLoc, "expected value"); in parseLiteralDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12408 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
12411 OpcodeLoc, "expected opcode expression")) in parseDirectiveUnwindRaw()
12415 return Error(OpcodeLoc, "opcode value must be a constant"); in parseDirectiveUnwindRaw()
12418 return Error(OpcodeLoc, "invalid opcode"); in parseDirectiveUnwindRaw()
12424 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
12426 return Error(OpcodeLoc, "expected opcode expression"); in parseDirectiveUnwindRaw()