Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.h27 const MemoryTagManager *GetMemoryTagManager() const override { in GetMemoryTagManager() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DArchitecture.h109 virtual const MemoryTagManager *GetMemoryTagManager() const { in GetMemoryTagManager() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp77 process->GetMemoryTagManager(); in DoExecute()
231 process->GetMemoryTagManager(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp258 process_sp->GetMemoryTagManager(); in GetMemoryTags()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp419 GetMemoryTagManager(); in ReadMemoryTags()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp6114 llvm::Expected<const MemoryTagManager *> Process::GetMemoryTagManager() { in GetMemoryTagManager() function in Process
6117 arch ? arch->GetMemoryTagManager() : nullptr; in GetMemoryTagManager()
6135 GetMemoryTagManager(); in ReadMemoryTags()
6152 GetMemoryTagManager(); in WriteMemoryTags()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1721 llvm::Expected<const MemoryTagManager *> GetMemoryTagManager();