Home
last modified time | relevance | path

Searched refs:FindEntryThatIntersects (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h383 const Entry *FindEntryThatIntersects(const Entry &range) const { in FindEntryThatIntersects() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6710 auto *entry = option_ranges.FindEntryThatIntersects(range.GetRange()); in GetUserSpecifiedCoreFileSaveRanges()