Home
last modified time | relevance | path

Searched refs:MemoryTagMap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemoryTagMap.cpp14 MemoryTagMap::MemoryTagMap(const MemoryTagManager *manager) in MemoryTagMap() function in MemoryTagMap
19 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryTagMap.h23 class MemoryTagMap {
29 MemoryTagMap(const MemoryTagManager *manager);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp241 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()
/freebsd/lib/clang/liblldb/
H A DMakefile644 SRCS+= Target/MemoryTagMap.cpp