Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1438 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1450 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1464 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1474 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1485 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1495 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1506 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1515 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()
1526 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h269 void IncOffset(int32_t delta) { in IncOffset() function
/openbsd/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp579 m_curr_row->GetCFAValue().IncOffset(-1 * offset); in WriteRegister()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h1029 IncOffset = 6, enumerator
1174 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; } in setInc()
1332 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3182 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local
3184 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15602 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local
15603 int IncValue = IncOffset; in PerformDAGCombine()