Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.h27 const MemoryTagManager *GetMemoryTagManager() const override { in GetMemoryTagManager() function
/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp77 process->GetMemoryTagManager(); in DoExecute()
230 process->GetMemoryTagManager(); in DoExecute()
/llvm-project/lldb/include/lldb/Core/
H A DArchitecture.h110 virtual const MemoryTagManager *GetMemoryTagManager() const { in GetMemoryTagManager() function
/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp259 process_sp->GetMemoryTagManager(); in GetMemoryTags()
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp442 GetMemoryTagManager(); in ReadMemoryTags()
/llvm-project/lldb/source/Target/
H A DProcess.cpp6420 llvm::Expected<const MemoryTagManager *> Process::GetMemoryTagManager() { in ReadMemoryTags()
6423 arch ? arch->GetMemoryTagManager() : nullptr; in ReadMemoryTags()
6441 GetMemoryTagManager(); in WriteMemoryTags()
6458 GetMemoryTagManager(); in CreateCoreFileMemoryRange()
6401 llvm::Expected<const MemoryTagManager *> Process::GetMemoryTagManager() { GetMemoryTagManager() function in Process
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1797 llvm::Expected<const MemoryTagManager *> GetMemoryTagManager();