Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp168 error = m_process_sp->CalculateCoreFileSaveRanges(*this, ranges); in GetCurrentSizeInBytes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp841 error = m_process_sp->CalculateCoreFileSaveRanges(m_save_core_options, in AddMemoryList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h731 Status CalculateCoreFileSaveRanges(const SaveCoreOptions &core_options,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6722 Status Process::CalculateCoreFileSaveRanges(const SaveCoreOptions &options, in CalculateCoreFileSaveRanges() function in Process