Home
last modified time | relevance | path

Searched refs:GetMemoryTagManager (Results 1 – 7 of 7) 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.h110 virtual const MemoryTagManager *GetMemoryTagManager() const { in GetMemoryTagManager()
109 virtual const MemoryTagManager *GetMemoryTagManager() const { GetMemoryTagManager() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp77 process->GetMemoryTagManager(); in DoExecute()
230 process->GetMemoryTagManager(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp258 process_sp->GetMemoryTagManager(); in GetMemoryTags()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp429 GetMemoryTagManager(); in ReadMemoryTags()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6418 llvm::Expected<const MemoryTagManager *> Process::GetMemoryTagManager() { in GetMemoryTagManager() function in Process
6421 arch ? arch->GetMemoryTagManager() : nullptr; in GetMemoryTagManager()
6439 GetMemoryTagManager(); in ReadMemoryTags()
6456 GetMemoryTagManager(); in WriteMemoryTags()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1824 llvm::Expected<const MemoryTagManager *> GetMemoryTagManager();