Searched refs:memory_tag_map (Results 1 – 1 of 1) sorted by relevance
280 MemoryTagMap memory_tag_map(*tag_manager_or_err); in GetMemoryTags() local286 memory_tag_map.InsertTags(range.GetRangeBase(), *tags_or_err); in GetMemoryTags()291 if (memory_tag_map.Empty()) in GetMemoryTags()294 return memory_tag_map; in GetMemoryTags()301 memory_tag_map->GetTags(addr, len); in printMemoryTags()360 std::optional<MemoryTagMap> memory_tag_map; in DumpDataExtractor() local362 memory_tag_map = in DumpDataExtractor()392 if (base_addr != LLDB_INVALID_ADDRESS && memory_tag_map) { in DumpDataExtractor()397 printMemoryTags(DE, s, line_base, line_len, memory_tag_map); in DumpDataExtractor()883 if (base_addr != LLDB_INVALID_ADDRESS && memory_tag_map) { in DumpDataExtractor()[all …]