Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10209 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
10212 OpcodeLoc, "expected opcode expression")) in parseDirectiveUnwindRaw()
10216 return Error(OpcodeLoc, "opcode value must be a constant"); in parseDirectiveUnwindRaw()
10219 return Error(OpcodeLoc, "invalid opcode"); in parseDirectiveUnwindRaw()
10225 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
10227 return Error(OpcodeLoc, "expected opcode expression"); in parseDirectiveUnwindRaw()