Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.h27 const MemoryTagManager *GetMemoryTagManager() const override { in GetMemoryTagManager() function
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DArchitecture.h109 virtual const MemoryTagManager *GetMemoryTagManager() const { in GetMemoryTagManager() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp77 process->GetMemoryTagManager(); in DoExecute()
231 process->GetMemoryTagManager(); in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp277 process_sp->GetMemoryTagManager(); in GetMemoryTags()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp419 GetMemoryTagManager(); in ReadMemoryTags()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp6088 llvm::Expected<const MemoryTagManager *> Process::GetMemoryTagManager() { in GetMemoryTagManager() function in Process
6091 arch ? arch->GetMemoryTagManager() : nullptr; in GetMemoryTagManager()
6109 GetMemoryTagManager(); in ReadMemoryTags()
6126 GetMemoryTagManager(); in WriteMemoryTags()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h1699 llvm::Expected<const MemoryTagManager *> GetMemoryTagManager();