Home
last modified time | relevance | path

Searched defs:ReadOnly (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dcontinuation-class.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
/llvm-project/clang/test/SemaObjC/
H A Dproperty-category-1.m7 @interface ReadOnly : Object interface
16 @interface ReadOnly () interface in readwrite
21 @implementation ReadOnly implementation
H A Dcontinuation-class-err.m3 @interface ReadOnly interface
13 @interface ReadOnly () interface in readwrite
/llvm-project/clang/test/SemaCXX/
H A Dbool.cpp13 ReadOnly = true enumerator
/llvm-project/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-objc.m7 @property (readonly) int ReadOnly; property
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h72 std::set<unsigned> ReadOnly; variable
/llvm-project/polly/include/polly/Support/
H A DVirtualInstruction.h55 ReadOnly, enumerator
/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h40 ReadOnly, enumerator
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c93 unsigned Id, const char *Name, LLVMBool ReadOnly) { in memAllocateData()
/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h180 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; global() enumerator
[all...]
/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h116 ReadOnly, global() enumerator
/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h221 static void getReadOnly(const uint8_t *Record, bool &ReadOnly) { in getReadOnly()
/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp177 ReadOnly, global() enumerator
/llvm-project/lld/ELF/
H A DLinkerScript.h133 enum class ConstraintKind { NoConstraint, ReadOnly, ReadWrite }; global() enumerator
/llvm-project/libc/test/src/__support/File/
H A Dfile_test.cpp230 TEST(LlvmLibcFileTest,ReadOnly) TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h61 ReadOnly = 1, enumerator
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2455 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 DAPI.h979 ReadOnly = 1, global() enumerator
/llvm-project/llvm/unittests/Support/
H A DPath.cpp2199 fs::perms ReadOnly = fs::all_read | fs::all_exe; TEST_F() local
[all...]
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9161 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 DAttributorAttributes.cpp2021 bool ReadOnly = AA::isAssumedReadOnly(A, getIRPosition(), *this, IsKnown); updateImpl() local
5741 bool ReadOnly = F.onlyReadsMemory(); determineFunctionCaptureCapabilities() local