Home
last modified time | relevance | path

Searched refs:SetIsCFAPlusOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp219 unwind_regloc.SetIsCFAPlusOffset(0); in AugmentRegisterInfo()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h113 void SetIsCFAPlusOffset(int32_t offset) { in SetIsCFAPlusOffset() function
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp298 reg_loc.SetIsCFAPlusOffset(offset); in SetRegisterLocationToIsCFAPlusOffset()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp930 initial_regloc.SetIsCFAPlusOffset(0); in GetNonCallSiteUnwindPlanFromAssembly()