Home
last modified time | relevance | path

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

/freebsd/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.cpp286 Loc::Single::Single(DbgValueLoc ValueLoc) in Single() argument
287 : ValueLoc(std::make_unique<DbgValueLoc>(ValueLoc)), in Single()
288 Expr(ValueLoc.getExpression()) { in Single()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3268 SMLoc ValueLoc = ArgLocs.emplace_back(Lex.getLoc()); in ParseTemplateArgValueList() local
3280 return Error(ValueLoc, in ParseTemplateArgValueList()
3287 return Error(ValueLoc, in ParseTemplateArgValueList()
3291 ValueLoc = Lex.getLoc(); in ParseTemplateArgValueList()
3295 return Error(ValueLoc, in ParseTemplateArgValueList()
3305 return Error(ValueLoc, in ParseTemplateArgValueList()
3434 SMLoc ValueLoc = Lex.getLoc(); in ParseForeachDeclaration() local
3452 Error(ValueLoc, "expected a list, got '" + I->getAsString() + "'"); in ParseForeachDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h660 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1759 for (auto ValueLoc : FoundLocs) { in transferDebugInstrRef() local
1760 ValueIDNum NewID = ValueLoc.first; in transferDebugInstrRef()
1761 LocIdx FoundLoc = ValueLoc.second.getLoc(); in transferDebugInstrRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1956 SMLoc ValueLoc = Tok.getLoc(); in ParseIntelExpression() local
1963 return Error(ValueLoc, "expected absolute value"); in ParseIntelExpression()
1965 return Error(ValueLoc, ErrMsg); in ParseIntelExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp372 SourceLocation ValueLoc, bool Value) { in ActOnObjCBoolLiteral() argument
376 Inner = SemaRef.ActOnCXXBoolLiteral(ValueLoc, in ActOnObjCBoolLiteral()
381 Inner = SemaRef.ActOnIntegerConstant(ValueLoc, Value ? 1 : 0); in ActOnObjCBoolLiteral()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1532 SMLoc ValueLoc = getTok().getLoc(); in parsePrimaryExpr() local
1537 return Error(ValueLoc, "literal value out of range"); in parsePrimaryExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7602 SMLoc ValueLoc = getLoc(); in parseDelay() local
7649 Error(ValueLoc, "invalid value name " + ValueName); in parseDelay()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5255 LocTy ValueLoc = Lex.getLoc(); in parseMDField() local
5261 return error(ValueLoc, "'" + Name + "' cannot be empty"); in parseMDField()