/llvm-project/clang/test/CodeGenObjC/ |
H A D | continuation-class.m | 7 @interface ReadOnly : Object interface 16 @interface ReadOnly () interface in readwrite 21 @implementation ReadOnly implementation
|
/llvm-project/clang/test/SemaObjC/ |
H A D | property-category-1.m | 7 @interface ReadOnly : Object interface 16 @interface ReadOnly () interface in readwrite 21 @implementation ReadOnly implementation
|
H A D | continuation-class-err.m | 3 @interface ReadOnly interface 13 @interface ReadOnly () interface in readwrite
|
/llvm-project/clang/test/SemaCXX/ |
H A D | bool.cpp | 13 ReadOnly = true enumerator
|
/llvm-project/llvm/test/DebugInfo/Inputs/ |
H A D | dwarfdump-objc.m | 7 @property (readonly) int ReadOnly; property
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.h | 72 std::set<unsigned> ReadOnly; variable
|
/llvm-project/polly/include/polly/Support/ |
H A D | VirtualInstruction.h | 55 ReadOnly, enumerator
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 40 ReadOnly, enumerator
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 93 unsigned Id, const char *Name, LLVMBool ReadOnly) { in memAllocateData()
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 180 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; global() enumerator [all...] |
/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | CodeGenIntrinsics.h | 116 ReadOnly, global() enumerator
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFF.h | 221 static void getReadOnly(const uint8_t *Record, bool &ReadOnly) { in getReadOnly()
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 177 ReadOnly, global() enumerator
|
/llvm-project/lld/ELF/ |
H A D | LinkerScript.h | 133 enum class ConstraintKind { NoConstraint, ReadOnly, ReadWrite }; global() enumerator
|
/llvm-project/libc/test/src/__support/File/ |
H A D | file_test.cpp | 230 TEST(LlvmLibcFileTest,ReadOnly) TEST() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 61 ReadOnly = 1, enumerator
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2455 UpdateAsmCallInst(llvm::CallBase & Result,bool HasSideEffect,bool HasUnwindClobber,bool ReadOnly,bool ReadNone,bool NoMerge,const AsmStmt & S,const std::vector<llvm::Type * > & ResultRegTypes,const std::vector<llvm::Type * > & ArgElemTypes,CodeGenFunction & CGF,std::vector<llvm::Value * > & RegResults) UpdateAsmCallInst() argument 2691 bool ReadOnly = true, ReadNone = true; EmitAsmStmt() local
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 979 ReadOnly = 1, global() enumerator
|
/llvm-project/llvm/unittests/Support/ |
H A D | Path.cpp | 2199 fs::perms ReadOnly = fs::all_read | fs::all_exe; TEST_F() local [all...] |
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 9161 bool ReadOnly = Fwd->isReadOnly(); resolveFwdRef() local 10387 bool WriteOnly = false, ReadOnly = EatIfPresent(lltok::kw_readonly); parseGVReference() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 2021 bool ReadOnly = AA::isAssumedReadOnly(A, getIRPosition(), *this, IsKnown); updateImpl() local 5741 bool ReadOnly = F.onlyReadsMemory(); determineFunctionCaptureCapabilities() local
|