Home
last modified time | relevance | path

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

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