Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
192 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i35 IsReadable ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h46 bool IsReadable();
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h45 bool IsReadable() const { return protection & kProtectionRead; } in IsReadable() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp200 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp415 segment.IsReadable()); in ProcessRootRegion()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33303 result = (bool)(arg1)->IsReadable(); in _wrap_SBMemoryRegionInfo_IsReadable()