Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h50 bool IsReadable();
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h45 bool IsReadable() const { return protection & kProtectionRead; } in IsReadable() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp97 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp194 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp572 if (segment.IsReadable()) in ProcessRootRegions()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37788 result = (bool)(arg1)->IsReadable(); in _wrap_SBMemoryRegionInfo_IsReadable()