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.cpp76 size_t num_instructions = GetSize(); in GetInstructionsCount() local
144 size_t num_instructions = GetSize(); in GetDescription() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.h51 uint32_t num_instructions = 0; variable
/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/Core/
H A DDisassembler.cpp146 uint32_t num_instructions, bool data_from_file) { in DisassembleBytes()
1036 size_t num_instructions = m_instructions.size(); in GetIndexOfNextBranchInstruction() local
1059 size_t num_instructions = m_instructions.size(); in GetIndexOfInstructionAtAddress() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp102 const size_t num_instructions = inst_list.GetSize(); in GetNonCallSiteUnwindPlanFromAssembly() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1588 DecodeInstructions(const Address & base_addr,const DataExtractor & data,lldb::offset_t data_offset,size_t num_instructions,bool append,bool data_from_file) DecodeInstructions() argument