Searched defs:opcode_size (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 53 AddressRange &range, uint8_t *opcode_data, size_t opcode_size, in GetNonCallSiteUnwindPlanFromAssembly()
|
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
D | x86AssemblyInspectionEngine.cpp | 736 int opcode_size = 0; in pc_rel_branch_or_jump_p() local
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 640 size_t opcode_size = 0; in GetSoftwareBreakpointTrapOpcode() local
|
/external/llvm-project/lldb/source/Core/ |
D | Disassembler.cpp | 1134 void PseudoInstruction::SetOpcode(size_t opcode_size, void *opcode_data) { in SetOpcode()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 3694 FT_UShort opcode_size[9] = { 12, 8, 8, 6, 7, 4, 5, 4, 2 }; in Ins_FDEF() local 7742 FT_UShort opcode_size[1] = { 1 }; in TT_RunIns() local
|