Searched refs:memory_tagged (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h32 OptionalBool memory_tagged, OptionalBool stack_memory)
35 m_blocksize(blocksize), m_memory_tagged(memory_tagged),
28 MemoryRegionInfo(RangeType range, OptionalBool read, OptionalBool write, OptionalBool execute, OptionalBool shared, OptionalBool mapped, ConstString name, OptionalBool flash, lldb::offset_t blocksize, OptionalBool memory_tagged, OptionalBool stack_memory) argument
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1717 MemoryRegionInfo::OptionalBool memory_tagged = range_info.GetMemoryTagged(); local
1718 if (memory_tagged == MemoryRegionInfo::OptionalBool::eYes)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2804 MemoryRegionInfo::OptionalBool memory_tagged = local
2806 if (memory_tagged != MemoryRegionInfo::eDontKnow) {
2808 if (memory_tagged == MemoryRegionInfo::eYes) {

Completed in 131 milliseconds