Home
last modified time | relevance | path

Searched refs:GetMetadataByIndex (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp106 HTRBlockMetadata HTRInstructionLayer::GetMetadataByIndex(size_t index) const { in GetMetadataByIndex() function in HTRInstructionLayer
123 HTRBlockMetadata HTRBlockLayer::GetMetadataByIndex(size_t index) const { in GetMetadataByIndex() function in HTRBlockLayer
203 HTRBlockMetadata merged_metadata = GetMetadataByIndex(start_unit_index); in MergeUnits()
206 HTRBlockMetadata::MergeMetadata(merged_metadata, GetMetadataByIndex(i)); in MergeUnits()
270 layer.GetMetadataByIndex(0).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
275 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
296 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
298 layer.GetMetadataByIndex(i + 1).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
303 lldb::addr_t last_id = layer.GetMetadataByIndex(num_units - 1) in BasicSuperBlockMerge()
334 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
[all …]
H A DTraceHTR.h159 virtual HTRBlockMetadata GetMetadataByIndex(size_t index) const = 0;
203 HTRBlockMetadata GetMetadataByIndex(size_t index) const override;
254 HTRBlockMetadata GetMetadataByIndex(size_t index) const override;