Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dsections-constraint.s35 writable: label
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py23 def writable(self): member in BadIO
39 def writable(self): member in ReallyBadIO
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h266 bool writable() const { return Data && Data->NumRefs == 1; } in writable() function
/llvm-project-15.0.7/lld/COFF/
H A DICF.cpp83 bool writable = c->getOutputCharacteristics() & llvm::COFF::IMAGE_SCN_MEM_WRITE; in isEligible() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp430 const bool writable = IsPageWritable(mem_info.Protect); in GetMemoryRegionInfo() local
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp504 if (BoolAttr writable = funcOp.getArgAttrOfType<BoolAttr>( in isWritable() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp176 bool writable, const char *name) { in addAddressRange()
H A Dsanitizer_linux_libcdep.cpp638 bool writable = phdr->p_flags & PF_W; in AddModuleSegments() local
H A Dsanitizer_common.h832 bool writable; member
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1016 auto writable = As<bool>(obj.CallMethod("writable")); in GetOptionsForPyObject() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp3122 auto &writable{const_cast<parser::Selector &>(selector)}; in Analyze() local
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4357 bool writable = llvm::sys::fs::can_write(path); in CheckJITObjectsDir() local