Home
last modified time | relevance | path

Searched refs:stack_memory (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp28 bool mapped, bool stack_memory) in SBMemoryRegionInfo() argument
30 LLDB_INSTRUMENT_VA(this, name, begin, end, permissions, mapped, stack_memory); in SBMemoryRegionInfo()
37 m_opaque_up->SetIsStackMemory(stack_memory ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h32 OptionalBool memory_tagged, OptionalBool stack_memory) in MemoryRegionInfo() argument
36 m_is_stack_memory(stack_memory) {} in MemoryRegionInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h25 bool stack_memory = false);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp549 LocationDescriptor stack_memory; in AddThreadList() local
550 stack_memory.DataSize = in AddThreadList()
552 stack_memory.RVA = static_cast<llvm::support::ulittle32_t>( in AddThreadList()
557 stack.Memory = stack_memory; in AddThreadList()