Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DCoreFileMemoryRanges.cpp31 static bool PermissionsMatch(const Entry *region_one, const Entry *region_two) { in PermissionsMatch() function
46 if (!PermissionsMatch(region_one, region_two)) { in FinalizeCoreFileSaveRanges()