Home
last modified time | relevance | path

Searched defs:GetMemoryTagManager (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.h27 const MemoryTagManager *GetMemoryTagManager() const override { in GetMemoryTagManager() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DArchitecture.h109 virtual const MemoryTagManager *GetMemoryTagManager() const { GetMemoryTagManager() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6418 llvm::Expected<const MemoryTagManager *> Process::GetMemoryTagManager() { in GetMemoryTagManager() function in Process