Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp40 if (segment.IsReadable() && segment.IsExecutable()) in SegmentSizeBytes()
67 if (segment.IsReadable() && segment.IsExecutable()) { in SerializeSegmentsToBuffer()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i38 IsReadable ();
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h50 bool IsReadable();
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h45 bool IsReadable() const { return protection & kProtectionRead; } in IsReadable() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp97 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp194 segment.IsReadable() && segment.IsExecutable() && in MapRodata()
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common.cpp548 segment.IsReadable()); in ProcessRootRegion()