Home
last modified time | relevance | path

Searched refs:ReadOnly (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h36 ReadOnly, enumerator
126 return K == ReadOnly || isMergeableCString() || in isReadOnly()
185 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp111 static constexpr sys::Memory::ProtectionFlags ReadOnly = variable
172 jitTargetAddressToPointer<void *>(Alloc->getTargetMemory(ReadOnly)), in finalizeAsync()
173 Alloc->getWorkingMemory(ReadOnly).size())); in finalizeAsync()
334 SingleReadOnlySegment[ReadOnly] = in finalizeWorkingMemory()
344 MutableArrayRef<char> WorkingMem = Alloc->getWorkingMemory(ReadOnly); in finalizeWorkingMemory()
/netbsd-src/external/bsd/pkg_install/dist/info/
H A Dmain.c255 if (!pkgdb_open(ReadOnly)) in main()
276 if (!pkgdb_open(ReadOnly)) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp296 AttrsToRemove.addAttribute(Attribute::ReadOnly); in addReadAttrs()
312 F->addFnAttr(ReadsMemory ? Attribute::ReadOnly : Attribute::ReadNone); in addReadAttrs()
580 return IsRead ? Attribute::ReadOnly : Attribute::ReadNone; in determinePointerReadAttrs()
677 assert((R == Attribute::ReadOnly || R == Attribute::ReadNone) in addReadAttr()
688 A->removeAttr(Attribute::ReadOnly); in addReadAttr()
691 R == Attribute::ReadOnly ? ++NumReadOnlyArg : ++NumReadNoneArg; in addReadAttr()
850 if (K == Attribute::ReadOnly) { in addArgumentAttrs()
851 ReadAttr = Attribute::ReadOnly; in addArgumentAttrs()
H A DForceFunctionAttrs.cpp60 .Case("readonly", Attribute::ReadOnly) in parseAttrKind()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h167 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
197 return RefAndFlags.getInt() & ReadOnly; in isReadOnly()
205 return RefAndFlags.getInt() & (ReadOnly | WriteOnly); in getAccessSpecifier()
208 unsigned BadAccessMask = ReadOnly | WriteOnly; in isValidAccessSpecifier()
215 RefAndFlags.setInt(RefAndFlags.getInt() | ReadOnly); in setReadOnly()
565 unsigned ReadOnly : 1;
840 GVarFlags(bool ReadOnly, bool WriteOnly, bool Constant,
842 : MaybeReadOnly(ReadOnly), MaybeWriteOnly(WriteOnly),
H A DIntrinsics.td103 // ReadOnly - The specified argument pointer is not written to through the
105 class ReadOnly<AttrIndex idx> : IntrinsicProperty {
553 ReadOnly<ArgIndex<0>>, NoCapture<ArgIndex<0>>,
609 WriteOnly<ArgIndex<0>>, ReadOnly<ArgIndex<1>>,
622 WriteOnly<ArgIndex<0>>, ReadOnly<ArgIndex<1>>,
630 WriteOnly<ArgIndex<0>>, ReadOnly<ArgIndex<1>>,
1217 ReadNone<ArgIndex<1>>, ReadOnly<ArgIndex<2>>,
1251 ReadOnly<ArgIndex<1>>,
1280 [IntrArgMemOnly, ReadOnly<ArgIndex<0>>,
1290 ReadOnly<ArgIndex<0>>,
[all …]
H A DIntrinsicsWebAssembly.td88 [IntrInaccessibleMemOrArgMemOnly, ReadOnly<ArgIndex<0>>,
94 [IntrInaccessibleMemOrArgMemOnly, ReadOnly<ArgIndex<0>>,
H A DFunction.h557 return doesNotAccessMemory() || hasFnAttribute(Attribute::ReadOnly); in onlyReadsMemory()
560 addFnAttr(Attribute::ReadOnly); in setOnlyReadsMemory()
H A DInstrTypes.h1070 if (A == Attribute::ReadOnly || A == Attribute::NoCapture)
1707 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::ReadOnly) ||
1794 return doesNotAccessMemory() || hasFnAttr(Attribute::ReadOnly);
1798 addAttribute(AttributeList::FunctionIndex, Attribute::ReadOnly);
2099 case Attribute::ReadOnly:
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dpkgdb.c113 (mode == ReadOnly) ? O_RDONLY : O_RDWR | O_CREAT, in pkgdb_open()
203 if (pkgdb_open(ReadOnly)) { in pkgdb_dump()
H A Dlib.h146 ReadOnly enumerator
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_events.c917 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
922 memory_exception_data.failure.ReadOnly = 1; in kfd_signal_iommu_event()
924 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
938 memory_exception_data.failure.ReadOnly); in kfd_signal_iommu_event()
999 memory_exception_data.failure.ReadOnly = in kfd_signal_vm_fault_event()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp39 ReadOnly.insert(Hexagon::PC); in init()
40 ReadOnly.insert(Hexagon::C9_8); in init()
511 if (ReadOnly.find(Register) != ReadOnly.end()) { in checkRegistersReadOnly()
H A DHexagonMCChecker.h73 std::set<unsigned> ReadOnly; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h156 ReadOnly, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2146 bool HasUnwindClobber, bool ReadOnly, in UpdateAsmCallInst() argument
2163 else if (ReadOnly) in UpdateAsmCallInst()
2165 llvm::Attribute::ReadOnly); in UpdateAsmCallInst()
2256 bool ReadOnly = true, ReadNone = true; in EmitAsmStmt() local
2356 ReadOnly = ReadNone = false; in EmitAsmStmt()
2508 ReadOnly = ReadNone = false; in EmitAsmStmt()
2580 ReadOnly, ReadNone, InNoMergeAttributedStmt, S, in EmitAsmStmt()
2584 UpdateAsmCallInst(*Result, HasSideEffect, true, ReadOnly, ReadNone, in EmitAsmStmt()
2591 ReadOnly, ReadNone, InNoMergeAttributedStmt, S, in EmitAsmStmt()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/
H A DREADME45 ReadOnly = No
72 ReadOnly = No
/netbsd-src/sys/arch/prep/include/
H A Dresidual.h159 ReadOnly = 0x20, /* 1 - device is read only */ enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp167 F->hasParamAttribute(ArgNo, Attribute::ReadOnly))) { in pointsToConstantMemory()
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/
H A Dbadcode.asl238 Memory32 (ReadOnly,
246 Memory32 (ReadOnly,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h55 ReadOnly = 1, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def120 HANDLE_MDMP_PROTECT(0x02, ReadOnly, PAGE_READ_ONLY)
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiprot.h100 BOOLEAN ReadOnly; member
505 BOOLEAN ReadOnly; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp463 F.hasFnAttribute(Attribute::ReadOnly), in computeFunctionSummary()
710 F->hasFnAttribute(Attribute::ReadOnly), in buildModuleSummaryIndex()

123