Searched refs:readOnly (Results 1 – 19 of 19) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ModRef.h | 123 static MemoryEffects readOnly() { in readOnly() function
|
| /openbsd-src/share/snmp/ |
| H A D | SNMPv2-TC.txt | 723 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 D | SNMP-USER-BASED-SM-MIB.txt | 807 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 D | SNMPv2-MIB.txt | 664 of the error-status field was `readOnly'. It should 666 SNMP PDU which contains the value `readOnly' in the
|
| H A D | HOST-RESOURCES-MIB.txt | 772 readOnly(2) 1000 readOnly(2)
|
| H A D | IP-MIB.txt | 3759 is not required to allow this object to be set to readOnly,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 767 FuncME |= MemoryEffects::readOnly(); in getMemoryEffects() 784 return MemoryEffects::readOnly() | in getMemoryEffects()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.cpp | 856 ME &= MemoryEffects::readOnly(); in setProperty()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.cpp | 997 Ctx, Attribute::getWithMemoryEffects(Ctx, MemoryEffects::readOnly())); in getOrInsertFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 715 KEYWORD(readOnly); in LexIdentifier()
|
| H A D | LLParser.cpp | 1484 ME &= MemoryEffects::readOnly(); in upgradeMemoryAttr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1325 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 D | Function.cpp | 775 setMemoryEffects(getMemoryEffects() & MemoryEffects::readOnly()); in setOnlyReadsMemory()
|
| H A D | Instructions.cpp | 556 FnME |= MemoryEffects::readOnly(); in getMemoryEffects() 581 setMemoryEffects(getMemoryEffects() & MemoryEffects::readOnly()); in setOnlyReadsMemory()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1812 ME &= MemoryEffects::readOnly(); in decodeLLVMAttributesForBitcode() 2095 ME &= MemoryEffects::readOnly(); in upgradeOldMemoryAttribute()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 7948 ME = MemoryEffects::readOnly(); in manifest() 8009 ME = MemoryEffects::readOnly(); in manifest()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 1330 FuncAttrs.addMemoryAttr(llvm::MemoryEffects::readOnly()); in getItaniumDynamicCastFn()
|
| H A D | CGCall.cpp | 2219 FuncAttrs.addMemoryAttr(llvm::MemoryEffects::readOnly()); in ConstructAttributeList()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LangRef.rst | 7816 …funcFlags: (readNone: 0, readOnly: 0, noRecurse: 0, returnDoesNotAlias: 0, noInline: 0, alwaysInli…
|