Searched refs:MemoryTagMap (Results 1 – 7 of 7) 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 MemoryTagMap.cpp
23 class MemoryTagMap {29 MemoryTagMap(const MemoryTagManager *manager);
22 MemoryTagMap.cpp \
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()
46 "MemoryTagMap.cpp",
3808 lldb/include/lldb/Target/MemoryTagMap.h4631 lldb/source/Target/MemoryTagMap.cpp