Lines Matching defs:DefCfaExpr
557 SmallString<64> DefCfaExpr;
558 DefCfaExpr.push_back(dwarf::DW_CFA_def_cfa_expression);
559 DefCfaExpr.append(buffer, buffer + encodeSLEB128(CfaExpr.size(), buffer));
560 DefCfaExpr.append(CfaExpr.str());
563 MCCFIInstruction::createEscape(nullptr, DefCfaExpr.str()),
4335 SmallString<64> DefCfaExpr;
4336 DefCfaExpr.push_back(dwarf::DW_CFA_def_cfa_expression);
4337 DefCfaExpr.append(buffer, buffer + encodeSLEB128(CfaExpr.size(), buffer));
4338 DefCfaExpr.append(CfaExpr.str());
4340 MCCFIInstruction::createEscape(nullptr, DefCfaExpr.str()),