Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1671 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
1679 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
1701 return Error(ValueExprLoc, (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2202 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
2210 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
2244 return Error(ValueExprLoc, OutputErrMsg.str()); in parseDirectiveAttribute()
2257 return Error(ValueExprLoc, "bad arch string " + Arch); in parseDirectiveAttribute()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11427 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() local
11433 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveEabiAttr()