Home
last modified time | relevance | path

Searched defs:op_offset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp837 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
854 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
904 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
925 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); in HandleCommonDwarfOpcode() local
966 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
980 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
990 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align; in HandleCommonDwarfOpcode() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp874 const lldb::offset_t op_offset = offset; in Evaluate() local
2337 lldb::offset_t op_offset = 0; in MatchesOperand() local