Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h132 std::unique_ptr<DbgValueLoc> ValueLoc; variable
136 explicit Single(DbgValueLoc ValueLoc);
138 const DbgValueLoc &getValueLoc() const { return *ValueLoc; } in getValueLoc()
H A DDwarfDebug.cpp282 Loc::Single::Single(DbgValueLoc ValueLoc) in Single() argument
283 : ValueLoc(std::make_unique<DbgValueLoc>(ValueLoc)), in Single()
284 Expr(ValueLoc.getExpression()) { in Single()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3176 SMLoc ValueLoc = Lex.getLoc(); in ParseTemplateArgValueList() local
3188 return Error(ValueLoc, in ParseTemplateArgValueList()
3195 return Error(ValueLoc, in ParseTemplateArgValueList()
3199 ValueLoc = Lex.getLoc(); in ParseTemplateArgValueList()
3203 return Error(ValueLoc, in ParseTemplateArgValueList()
3213 return Error(ValueLoc, in ParseTemplateArgValueList()
3341 SMLoc ValueLoc = Lex.getLoc(); in ParseForeachDeclaration() local
3359 Error(ValueLoc, "expected a list, got '" + I->getAsString() + "'"); in ParseForeachDeclaration()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1694 for (auto ValueLoc : FoundLocs) { in transferDebugInstrRef() local
1695 ValueIDNum NewID = ValueLoc.first; in transferDebugInstrRef()
1696 LocIdx FoundLoc = ValueLoc.second.getLoc(); in transferDebugInstrRef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1930 SMLoc ValueLoc = Tok.getLoc(); in ParseIntelExpression() local
1937 return Error(ValueLoc, "expected absolute value"); in ParseIntelExpression()
1939 return Error(ValueLoc, ErrMsg); in ParseIntelExpression()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp369 SourceLocation ValueLoc, in ActOnObjCBoolLiteral() argument
373 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()
377 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1743 SMLoc ValueLoc = getTok().getLoc(); in parsePrimaryExpr() local
1748 return Error(ValueLoc, "literal value out of range"); in parsePrimaryExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6939 SMLoc ValueLoc = getLoc(); in parseDelay() local
6986 Error(ValueLoc, "invalid value name " + ValueName); in parseDelay()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4798 LocTy ValueLoc = Lex.getLoc(); in parseMDField() local
4804 return error(ValueLoc, "'" + Name + "' cannot be empty"); in parseMDField()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7650 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,