Home
last modified time | relevance | path

Searched defs:num_instructions (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp78 size_t num_instructions = GetSize(); in GetInstructionsCount() local
154 size_t num_instructions = GetSize(); in GetDescription() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.h37 size_t num_instructions, in HTRBlockMetadata()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.h63 uint32_t num_instructions = 0; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp150 uint32_t num_instructions, bool data_from_file) { in DisassembleBytes()
1070 size_t num_instructions = m_instructions.size(); in GetIndexOfNextBranchInstruction() local
1093 size_t num_instructions = m_instructions.size(); in GetIndexOfInstructionAtAddress() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp106 const size_t num_instructions = inst_list.GetSize(); in GetNonCallSiteUnwindPlanFromAssembly() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1647 size_t num_instructions, in DecodeInstructions()