Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h169 enum { kMaxInstructionByteSize = 32 }; enumerator
H A Dx86AssemblyInspectionEngine.cpp986 || insn_len > kMaxInstructionByteSize) { in GetNonCallSiteUnwindPlanFromAssembly()
1385 insn_len == 0 || insn_len > kMaxInstructionByteSize) { in AugmentUnwindPlanFromCallSite()
1595 || insn_len > kMaxInstructionByteSize in FindFirstNonPrologueInstruction()