Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11864 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11867 OpcodeLoc, "expected opcode expression")) in parseDirectiveUnwindRaw()
11871 return Error(OpcodeLoc, "opcode value must be a constant"); in parseDirectiveUnwindRaw()
11874 return Error(OpcodeLoc, "invalid opcode"); in parseDirectiveUnwindRaw()
11880 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11882 return Error(OpcodeLoc, "expected opcode expression"); in parseDirectiveUnwindRaw()