Home
last modified time | relevance | path

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

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