Searched refs:IncOffset (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1440 row->GetCFAValue().IncOffset(m_wordsize);
1452 row->GetCFAValue().IncOffset(m_wordsize);
1466 row->GetCFAValue().IncOffset(-m_wordsize);
1476 row->GetCFAValue().IncOffset(-m_wordsize);
1487 row->GetCFAValue().IncOffset(m_wordsize);
1497 row->GetCFAValue().IncOffset(m_wordsize);
1508 row->GetCFAValue().IncOffset(-amount);
1517 row->GetCFAValue().IncOffset(amount);
1528 row->GetCFAValue().IncOffset(-amount);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h269 void IncOffset(int32_t delta) { function in class:lldb_private::UnwindPlan::Row::FAValue
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp560 m_curr_row->GetCFAValue().IncOffset(-1 * offset);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h449 IncOffset = 7, enumerator in enum:clang::OMPLoopDirective::__anon85
604 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } local
940 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3129 int64_t IncOffset = IncConst->getValue()->getSExtValue(); local
3131 IncOffset, /*HasBaseReg=*/false))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14051 // Note that the value of IncOffset (which is provided to the next
14057 int IncOffset = VT.getSizeInBits() / 8; local
14058 int IncValue = IncOffset;

Completed in 311 milliseconds