Home
last modified time | relevance | path

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

/llvm-project/lldb/examples/python/
H A Ddisasm-stress-test.py144 def GetNumInstructions(self): member in SequentialInstructionProvider
217 total_num_instructions = instruction_provider.GetNumInstructions()
/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp22 size_t HTRBlockMetadata::GetNumInstructions() const { in GetNumInstructions() function in HTRBlockMetadata
460 auto duration = metadata.GetNumInstructions(); in toJSON()
489 {"Number of Instructions", (ssize_t)metadata.GetNumInstructions()}, in toJSON()
H A DTraceHTR.h55 size_t GetNumInstructions() const;