Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11865 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11868 OpcodeLoc, "expected opcode expression")) in parseDirectiveUnwindRaw()
11872 return Error(OpcodeLoc, "opcode value must be a constant"); in parseDirectiveUnwindRaw()
11875 return Error(OpcodeLoc, "invalid opcode"); in parseDirectiveUnwindRaw()
11881 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11883 return Error(OpcodeLoc, "expected opcode expression"); in parseDirectiveUnwindRaw()