Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddisasm-stress-test.py135 def GetNumInstructions(self): member in SequentialInstructionProvider
206 total_num_instructions = instruction_provider.GetNumInstructions()
/openbsd-src/gnu/llvm/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;