Searched refs:memory_tag_map (Results 1 – 1 of 1) sorted by relevance
281 MemoryTagMap memory_tag_map(*tag_manager_or_err); in GetMemoryTags() local287 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() argument302 memory_tag_map->GetTags(addr, len); in printMemoryTags()361 std::optional<MemoryTagMap> memory_tag_map; in DumpDataExtractor() local363 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 …]