Home
last modified time | relevance | path

Searched refs:code_align (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/devel/libdwarf/dwarf-20161124/dwarfgen/
H A Direpframe.h40 const std::string &augmentation, Dwarf_Unsigned code_align, in IRCie() argument
44 augmentation_(augmentation), code_alignment_factor_(code_align), in IRCie()
58 Dwarf_Unsigned * code_align, in get_basic_cie_data() argument
63 *code_align = code_alignment_factor_; in get_basic_cie_data()
/dports/devel/dwarfdump/dwarf-20161124/dwarfgen/
H A Direpframe.h40 const std::string &augmentation, Dwarf_Unsigned code_align, in IRCie() argument
44 augmentation_(augmentation), code_alignment_factor_(code_align), in IRCie()
58 Dwarf_Unsigned * code_align, in get_basic_cie_data() argument
63 *code_align = code_alignment_factor_; in get_basic_cie_data()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/isa/x86/
H A Dsystemv_x64_unwind.clif14 ; nextln: code_align: 1
53 ; nextln: code_align: 1
92 ; nextln: code_align: 1
157 ; nextln: code_align: 1
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align;
107 : cie_offset(offset), version(-1), code_align(0), data_align(0),
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
624 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
658 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
707 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
720 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
733 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in IsPointerToScalarType()
623 uint32_t code_align = cie->code_align;
657 row->SlideOffset(extended_opcode * code_align);
706 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in ShouldPrintAsOneLiner()
719 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align);
732 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in DumpValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
624 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
658 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
707 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
720 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
733 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
623 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
657 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
706 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
719 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
732 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
623 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
657 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
706 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
719 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
732 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
623 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
657 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
706 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
719 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
732 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
623 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
657 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
706 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
719 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
732 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
623 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
657 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
706 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
719 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
732 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
624 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
658 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
707 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
720 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
733 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
623 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
657 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
706 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
719 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
732 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dunwind-dw2.h81 _Unwind_Word code_align; member
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/cr16/
H A Dunwind-dw2.h72 _Unwind_Word code_align; member

12345678910