Home
last modified time | relevance | path

Searched refs:primary_opcode (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp383 uint8_t primary_opcode = inst & 0xC0; in ParseCIE() local
386 if (!HandleCommonDwarfOpcode(primary_opcode, extended_opcode, in ParseCIE()
636 uint8_t primary_opcode = inst & 0xC0; in FDEToUnwindPlan() local
639 if (!HandleCommonDwarfOpcode(primary_opcode, extended_opcode, data_align, in FDEToUnwindPlan()
641 if (primary_opcode) { in FDEToUnwindPlan()
642 switch (primary_opcode) { in FDEToUnwindPlan()
813 bool DWARFCallFrameInfo::HandleCommonDwarfOpcode(uint8_t primary_opcode, in HandleCommonDwarfOpcode() argument
820 if (primary_opcode) { in HandleCommonDwarfOpcode()
821 switch (primary_opcode) { in HandleCommonDwarfOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h138 bool HandleCommonDwarfOpcode(uint8_t primary_opcode, uint8_t extended_opcode,