Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h158 enum { kMaxInstructionByteSize = 32 }; enumerator
H A Dx86AssemblyInspectionEngine.cpp780 || insn_len > kMaxInstructionByteSize) { in GetNonCallSiteUnwindPlanFromAssembly()
1158 || insn_len > kMaxInstructionByteSize) { in AugmentUnwindPlanFromCallSite()
1367 || insn_len > kMaxInstructionByteSize in FindFirstNonPrologueInstruction()