Searched refs:MemoryTagMap (Results 1 – 4 of 4) sorted by relevance
14 MemoryTagMap::MemoryTagMap(const MemoryTagManager *manager) in MemoryTagMap() function in MemoryTagMap19 void MemoryTagMap::InsertTags(lldb::addr_t addr, in InsertTags()29 bool MemoryTagMap::Empty() const { return m_addr_to_tag.empty(); } in Empty()32 MemoryTagMap::GetTags(lldb::addr_t addr, size_t len) const { in GetTags()58 std::optional<lldb::addr_t> MemoryTagMap::GetTag(lldb::addr_t addr) const { in GetTag()
23 class MemoryTagMap {29 MemoryTagMap(const MemoryTagManager *manager);
241 static std::optional<MemoryTagMap>280 MemoryTagMap memory_tag_map(*tag_manager_or_err); in GetMemoryTags()299 const std::optional<MemoryTagMap> &memory_tag_map) { in printMemoryTags()360 std::optional<MemoryTagMap> memory_tag_map; in DumpDataExtractor()
644 SRCS+= Target/MemoryTagMap.cpp