Searched refs:DefCfaExpr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp385 SmallString<64> DefCfaExpr; local
386 DefCfaExpr.push_back(dwarf::DW_CFA_def_cfa_expression);
387 DefCfaExpr.append(buffer, buffer + encodeULEB128(Expr.size(), buffer));
388 DefCfaExpr.append(Expr.str());
390 return MCCFIInstruction::createEscape(nullptr, DefCfaExpr.str(),
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4219 SmallString<64> DefCfaExpr;
4220 DefCfaExpr.push_back(dwarf::DW_CFA_def_cfa_expression);
4222 DefCfaExpr.append(buffer, buffer + encodeULEB128(Expr.size(), buffer));
4223 DefCfaExpr.append(Expr.str());
4224 return MCCFIInstruction::createEscape(nullptr, DefCfaExpr.str(),

Completed in 147 milliseconds