Home
last modified time | relevance | path

Searched refs:GetMemoryTagManager (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.h28 const MemoryTagManager *GetMemoryTagManager() const override { in GetMemoryTagManager() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DArchitecture.h109 virtual const MemoryTagManager *GetMemoryTagManager() const { in GetMemoryTagManager() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp75 process->GetMemoryTagManager(); in DoExecute()
220 process->GetMemoryTagManager(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6087 llvm::Expected<const MemoryTagManager *> Process::GetMemoryTagManager() { in GetMemoryTagManager() function in Process
6090 arch ? arch->GetMemoryTagManager() : nullptr; in GetMemoryTagManager()
6109 GetMemoryTagManager(); in ReadMemoryTags()
6126 GetMemoryTagManager(); in WriteMemoryTags()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1718 llvm::Expected<const MemoryTagManager *> GetMemoryTagManager();