Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12092 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
12095 OpcodeLoc, "expected opcode expression")) in parseDirectiveUnwindRaw()
12099 return Error(OpcodeLoc, "opcode value must be a constant"); in parseDirectiveUnwindRaw()
12102 return Error(OpcodeLoc, "invalid opcode"); in parseDirectiveUnwindRaw()
12108 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
12110 return Error(OpcodeLoc, "expected opcode expression"); in parseDirectiveUnwindRaw()