Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp105 HTRBlockMetadata HTRInstructionLayer::GetMetadataByIndex(size_t index) const { in GetMetadataByIndex() function in HTRInstructionLayer
122 HTRBlockMetadata HTRBlockLayer::GetMetadataByIndex(size_t index) const { in GetMetadataByIndex() function in HTRBlockLayer
197 HTRBlockMetadata merged_metadata = GetMetadataByIndex(start_unit_index); in MergeUnits()
200 HTRBlockMetadata::MergeMetadata(merged_metadata, GetMetadataByIndex(i)); in MergeUnits()
264 layer.GetMetadataByIndex(0).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
269 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
290 layer.GetMetadataByIndex(i).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
292 layer.GetMetadataByIndex(i + 1).GetFirstInstructionLoadAddress(); in BasicSuperBlockMerge()
297 lldb::addr_t last_id = layer.GetMetadataByIndex(num_units - 1) in BasicSuperBlockMerge()
328 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;
/dports/audio/aacgain/aacgain-1.8/mpeg4ip/lib/mp4v2/
H A Dmp4meta.cpp65 bool MP4File::GetMetadataByIndex(u_int32_t index, in GetMetadataByIndex() function in MP4File
H A Dmp4file.h578 bool GetMetadataByIndex(u_int32_t index,
H A Dmp4.cpp3608 return ((MP4File*)hFile)->GetMetadataByIndex( in MP4GetMetadataByIndex()