Searched refs:opcode_size (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 647 size_t opcode_size = 0; in GetSoftwareBreakpointTrapOpcode() local 670 opcode_size = sizeof(g_thumb_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode() 673 opcode_size = sizeof(g_arm_breakpoint_opcode); in GetSoftwareBreakpointTrapOpcode() 678 opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode() 684 opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode() 688 bp_site->SetTrapOpcode(opcode, opcode_size); in GetSoftwareBreakpointTrapOpcode() 689 return opcode_size; in GetSoftwareBreakpointTrapOpcode()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 54 AddressRange &range, uint8_t *opcode_data, size_t opcode_size, in GetNonCallSiteUnwindPlanFromAssembly() argument 56 if (opcode_data == nullptr || opcode_size == 0) in GetNonCallSiteUnwindPlanFromAssembly() 73 m_arch, NULL, NULL, range.GetBaseAddress(), opcode_data, opcode_size, in GetNonCallSiteUnwindPlanFromAssembly()
|
| H A D | UnwindAssemblyInstEmulation.h | 29 uint8_t *opcode_data, size_t opcode_size,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 339 void SetOpcode(size_t opcode_size, void *opcode_data);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Disassembler.cpp | 1300 void PseudoInstruction::SetOpcode(size_t opcode_size, void *opcode_data) { in SetOpcode() argument 1304 switch (opcode_size) { in SetOpcode()
|