Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp611 const DIExpression *CombinedExpr = in combineDIExpressions() local
613 return CombinedExpr; in combineDIExpressions()
634 const DIExpression *CombinedExpr = in finishCallSiteParams() local
637 assert((!CombinedExpr || CombinedExpr->isValid()) && in finishCallSiteParams()
640 DbgValueLoc DbgLocVal(CombinedExpr, DbgValueLocEntry(Val)); in finishCallSiteParams()
666 const DIExpression *CombinedExpr = combineDIExpressions(Expr, Param.Expr); in addToFwdRegWorklist() local
667 ParamsForFwdReg.push_back({Param.ParamReg, CombinedExpr}); in addToFwdRegWorklist()