Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h46 const MemoryRanges &GetCoreFileMemoryRanges() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp124 const MemoryRanges &SaveCoreOptions::GetCoreFileMemoryRanges() const { in GetCoreFileMemoryRanges() function in SaveCoreOptions
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6705 const auto &option_ranges = options.GetCoreFileMemoryRanges(); in GetUserSpecifiedCoreFileSaveRanges()