Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1576 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
1584 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
1606 return Error(ValueExprLoc, (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp698 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
705 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3273 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
3281 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
3300 if (resetToArch(StringValue, ValueExprLoc, Result, false)) in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11918 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() local
11924 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveEabiAttr()