Home
last modified time | relevance | path

Searched refs:FindFirstNonPrologueInstruction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h89 bool FindFirstNonPrologueInstruction(uint8_t *data, size_t size,
H A DUnwindAssembly-x86.cpp225 if (m_assembly_inspection_engine->FindFirstNonPrologueInstruction( in FirstNonPrologueInsn()
H A Dx86AssemblyInspectionEngine.cpp1569 bool x86AssemblyInspectionEngine::FindFirstNonPrologueInstruction( in FindFirstNonPrologueInstruction() function in x86AssemblyInspectionEngine