Home
last modified time | relevance | path

Searched defs:IsReadOnly (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h66 bool IsReadOnly; global() member
290 setVarListDetails(ArrayRef<Expr * > VarList,bool IsReadOnly,bool IsZero) setVarListDetails() argument
326 setVarListDetails(llvm::SmallVector<Expr * > && VarList,bool IsReadOnly,bool IsZero) setVarListDetails() argument
/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h41 bool IsReadOnly) override { in allocateDataSection()
/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 if (IsReadOnly) in allocateDataSection() argument
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp79 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
/llvm-project/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp111 auto IsReadOnly = (Prot & orc::MemProt::Write) == orc::MemProt::None; in updateSection() local
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp33 bool IsReadOnly) override { in testSetProcessAllSections()
/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h730 bool IsReadOnly; global() variable
733 OpenACCCopyInClause(OpenACCClauseKind Spelling,SourceLocation BeginLoc,SourceLocation LParenLoc,bool IsReadOnly,ArrayRef<Expr * > VarList,SourceLocation EndLoc) OpenACCCopyInClause() argument
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp106 bool IsReadOnly) override { in allocateDataSection()
/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp922 bool IsReadOnly = tryParseAndConsumeSpecialTokenKind( ParseOpenACCClauseParams() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp557 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
812 bool IsReadOnly = isReadOnlyData(Section); emitSection() local
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp640 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,llvm::StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp325 bool IsReadOnly) { in allocateDataSection()
/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp272 Create(const ASTContext & C,OpenACCClauseKind Spelling,SourceLocation BeginLoc,SourceLocation LParenLoc,bool IsReadOnly,ArrayRef<Expr * > VarList,SourceLocation EndLoc) Create() argument
/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp671 addLoad(MemoryLocation & Loc,Type * AccessTy,bool IsReadOnly) addLoad() argument
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11975 bool IsReadOnly = readBool(); readOpenACCClause() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3855 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); mayAliasWithArgument() local