Home
last modified time | relevance | path

Searched refs:IsStackMemory (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp22 Info.IsStackMemory(), Info.IsShadowStack()); in operator <<()
H A DProcess.cpp6684 region.IsStackMemory() == MemoryRegionInfo::eYes) in GetCoreFileSaveRangesStackOnly()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h132 OptionalBool IsStackMemory() const { return m_is_stack_memory; } in IsStackMemory() function