Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DModRef.h123 static MemoryEffects readOnly() { in readOnly() function
/openbsd-src/share/snmp/
H A DSNMPv2-TC.txt723 is either nonVolatile(3), permanent(4) or readOnly(5), is
725 can be changed but not deleted. A row which is readOnly(5)
729 permanent(4) or readOnly(5), it cannot be written.
732 readOnly(5). (All illegal modifications result in a
743 readOnly(5) -- e.g., completely in ROM
H A DSNMP-USER-BASED-SM-MIB.txt807 thus cannot be 'readOnly'.
810 'readOnly' for a user who employs authentication or
817 a readOnly or permanent row is accepted at all. In some
819 a SET for a readOnly or permanent row is not accepted
H A DSNMPv2-MIB.txt664 of the error-status field was `readOnly'. It should
666 SNMP PDU which contains the value `readOnly' in the
H A DHOST-RESOURCES-MIB.txt772 readOnly(2)
1000 readOnly(2)
H A DIP-MIB.txt3759 is not required to allow this object to be set to readOnly,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp767 FuncME |= MemoryEffects::readOnly(); in getMemoryEffects()
784 return MemoryEffects::readOnly() | in getMemoryEffects()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp856 ME &= MemoryEffects::readOnly(); in setProperty()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp997 Ctx, Attribute::getWithMemoryEffects(Ctx, MemoryEffects::readOnly())); in getOrInsertFunction()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp715 KEYWORD(readOnly); in LexIdentifier()
H A DLLParser.cpp1484 ME &= MemoryEffects::readOnly(); in upgradeMemoryAttr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1325 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions()
1334 C, Attribute::getWithMemoryEffects(C, MemoryEffects::readOnly())); in initializeRuntimeFunctions()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp775 setMemoryEffects(getMemoryEffects() & MemoryEffects::readOnly()); in setOnlyReadsMemory()
H A DInstructions.cpp556 FnME |= MemoryEffects::readOnly(); in getMemoryEffects()
581 setMemoryEffects(getMemoryEffects() & MemoryEffects::readOnly()); in setOnlyReadsMemory()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1812 ME &= MemoryEffects::readOnly(); in decodeLLVMAttributesForBitcode()
2095 ME &= MemoryEffects::readOnly(); in upgradeOldMemoryAttribute()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7948 ME = MemoryEffects::readOnly(); in manifest()
8009 ME = MemoryEffects::readOnly(); in manifest()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1330 FuncAttrs.addMemoryAttr(llvm::MemoryEffects::readOnly()); in getItaniumDynamicCastFn()
H A DCGCall.cpp2219 FuncAttrs.addMemoryAttr(llvm::MemoryEffects::readOnly()); in ConstructAttributeList()
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst7816 …funcFlags: (readNone: 0, readOnly: 0, noRecurse: 0, returnDoesNotAlias: 0, noInline: 0, alwaysInli…