Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp643 error = process_sp->CalculateCoreFileSaveRanges(core_style, core_ranges); in AddMemoryList()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h737 Status CalculateCoreFileSaveRanges(lldb::SaveCoreStyle core_style,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6415 Status Process::CalculateCoreFileSaveRanges(lldb::SaveCoreStyle core_style, in CalculateCoreFileSaveRanges() function in Process