Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11396 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11399 OpcodeLoc, "expected opcode expression")) in parseDirectiveUnwindRaw()
11403 return Error(OpcodeLoc, "opcode value must be a constant"); in parseDirectiveUnwindRaw()
11406 return Error(OpcodeLoc, "invalid opcode"); in parseDirectiveUnwindRaw()
11412 SMLoc OpcodeLoc = getLexer().getLoc(); in parseDirectiveUnwindRaw() local
11414 return Error(OpcodeLoc, "expected opcode expression"); in parseDirectiveUnwindRaw()