Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp281 MemoryTagMap memory_tag_map(*tag_manager_or_err); in GetMemoryTags() local
287 memory_tag_map.InsertTags(range.GetRangeBase(), *tags_or_err); in GetMemoryTags()
292 if (memory_tag_map.Empty()) in GetMemoryTags()
295 return memory_tag_map; in GetMemoryTags()
300 const std::optional<MemoryTagMap> &memory_tag_map) { in printMemoryTags() argument
302 memory_tag_map->GetTags(addr, len); in printMemoryTags()
361 std::optional<MemoryTagMap> memory_tag_map; in DumpDataExtractor() local
363 memory_tag_map = in DumpDataExtractor()
393 if (base_addr != LLDB_INVALID_ADDRESS && memory_tag_map) { in DumpDataExtractor()
398 printMemoryTags(DE, s, line_base, line_len, memory_tag_map); in DumpDataExtractor()
[all …]