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.cpp280 MemoryTagMap memory_tag_map(*tag_manager_or_err); in GetMemoryTags() local
286 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() local
362 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()
890 if (base_addr != LLDB_INVALID_ADDRESS && memory_tag_map) { in DumpDataExtractor()
[all …]