Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBMemoryRegionInfo.h50 bool IsReadable();
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_procmaps.h45 bool IsReadable() const { return protection & kProtectionRead; } in IsReadable() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBMemoryRegionInfo.cpp97 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform_linux.cpp194 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_common.cpp572 if (segment.IsReadable()) in ProcessRootRegions()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp37788 result = (bool)(arg1)->IsReadable(); in _wrap_SBMemoryRegionInfo_IsReadable()