Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1672 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
1680 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
1702 return Error(ValueExprLoc, (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2205 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
2213 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
2247 return Error(ValueExprLoc, OutputErrMsg.str()); in parseDirectiveAttribute()
2260 return Error(ValueExprLoc, "bad arch string " + Arch); in parseDirectiveAttribute()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11448 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() local
11454 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveEabiAttr()