Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h169 enum { kMaxInstructionByteSize = 32 }; enumerator
H A Dx86AssemblyInspectionEngine.cpp974 || insn_len > kMaxInstructionByteSize) { in GetNonCallSiteUnwindPlanFromAssembly()
1373 insn_len == 0 || insn_len > kMaxInstructionByteSize) { in AugmentUnwindPlanFromCallSite()
1586 || insn_len > kMaxInstructionByteSize in FindFirstNonPrologueInstruction()