Searched refs:ValueLoc (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 132 std::unique_ptr<DbgValueLoc> ValueLoc; 136 explicit Single(DbgValueLoc ValueLoc); in DbgVariable() 138 const DbgValueLoc &getValueLoc() const { return *ValueLoc; } 213 /// ValueLoc and (optionally) a single \c Expr. 122 std::unique_ptr<DbgValueLoc> ValueLoc = nullptr; global() variable
|
H A D | DwarfDebug.cpp | 282 Loc::Single::Single(DbgValueLoc ValueLoc) in Single() argument 283 : ValueLoc(std::make_unique<DbgValueLoc>(ValueLoc)), in Single() 284 Expr(ValueLoc.getExpression()) { in Single()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 3182 SMLoc ValueLoc = Lex.getLoc(); in ParseTemplateArgValueList() local 3194 return Error(ValueLoc, in ParseTemplateArgValueList() 3201 return Error(ValueLoc, in ParseTemplateArgValueList() 3205 ValueLoc = Lex.getLoc(); in ParseTemplateArgValueList() 3209 return Error(ValueLoc, in ParseTemplateArgValueList() 3219 return Error(ValueLoc, in ParseTemplateArgValueList() 3347 SMLoc ValueLoc = Lex.getLoc(); in ParseForeachDeclaration() local 3365 Error(ValueLoc, "expected a list, got '" + I->getAsString() + "'"); in ParseForeachDeclaration()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 668 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 1725 for (auto ValueLoc : FoundLocs) { in transferDebugInstrRef() local 1726 ValueIDNum NewID = ValueLoc.first; in transferDebugInstrRef() 1727 LocIdx FoundLoc = ValueLoc.second.getLoc(); in transferDebugInstrRef()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1935 SMLoc ValueLoc = Tok.getLoc(); in ParseIntelExpression() local 1942 return Error(ValueLoc, "expected absolute value"); in ParseIntelExpression() 1944 return Error(ValueLoc, ErrMsg); in ParseIntelExpression()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 374 SourceLocation ValueLoc, bool Value) { in ActOnObjCBoolLiteral() argument 378 Inner = SemaRef.ActOnCXXBoolLiteral(ValueLoc, in ActOnObjCBoolLiteral() 383 Inner = SemaRef.ActOnIntegerConstant(ValueLoc, Value ? 1 : 0); in ActOnObjCBoolLiteral()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 1744 SMLoc ValueLoc = getTok().getLoc(); in parsePrimaryExpr() local 1749 return Error(ValueLoc, "literal value out of range"); in parsePrimaryExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 7177 SMLoc ValueLoc = getLoc(); in parseDelay() local 7224 Error(ValueLoc, "invalid value name " + ValueName); in parseDelay()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5054 LocTy ValueLoc = Lex.getLoc(); in parseMDField() local 5060 return error(ValueLoc, "'" + Name + "' cannot be empty"); in parseMDField()
|