Searched defs:writable (Results 1 – 12 of 12) sorted by relevance
35 writable: label
23 def writable(self): member in BadIO39 def writable(self): member in ReallyBadIO
266 bool writable() const { return Data && Data->NumRefs == 1; } in writable() function
83 bool writable = c->getOutputCharacteristics() & llvm::COFF::IMAGE_SCN_MEM_WRITE; in isEligible() local
430 const bool writable = IsPageWritable(mem_info.Protect); in GetMemoryRegionInfo() local
504 if (BoolAttr writable = funcOp.getArgAttrOfType<BoolAttr>( in isWritable() local
176 bool writable, const char *name) { in addAddressRange()
638 bool writable = phdr->p_flags & PF_W; in AddModuleSegments() local
832 bool writable; member
1016 auto writable = As<bool>(obj.CallMethod("writable")); in GetOptionsForPyObject() local
3122 auto &writable{const_cast<parser::Selector &>(selector)}; in Analyze() local
4357 bool writable = llvm::sys::fs::can_write(path); in CheckJITObjectsDir() local