Home
last modified time | relevance | path

Searched refs:InsertTags (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryTagMap.h44 void InsertTags(lldb::addr_t addr, const std::vector<lldb::addr_t> tags);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemoryTagMap.cpp19 void MemoryTagMap::InsertTags(lldb::addr_t addr, in InsertTags() function in MemoryTagMap
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp286 memory_tag_map.InsertTags(range.GetRangeBase(), *tags_or_err); in GetMemoryTags()