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.cpp1578 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
1586 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
1608 return Error(ValueExprLoc, (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp696 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
703 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3049 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
3057 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
3076 if (resetToArch(StringValue, ValueExprLoc, Result, false)) in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11860 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() local
11866 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveEabiAttr()