Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11937 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11940 OpcodeLoc, "expected opcode expression")) in parseDirectiveUnwindRaw()
11944 return Error(OpcodeLoc, "opcode value must be a constant"); in parseDirectiveUnwindRaw()
11947 return Error(OpcodeLoc, "invalid opcode"); in parseDirectiveUnwindRaw()
11953 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11955 return Error(OpcodeLoc, "expected opcode expression"); in parseDirectiveUnwindRaw()