/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 66 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 D | ForwardingMemoryManager.h | 41 bool IsReadOnly) override { in allocateDataSection()
|
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 25 if (IsReadOnly) in allocateDataSection() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 79 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | ExecutableFileMemoryManager.cpp | 111 auto IsReadOnly = (Prot & orc::MemProt::Write) == orc::MemProt::None; in updateSection() local
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayerTest.cpp | 33 bool IsReadOnly) override { in testSetProcessAllSections()
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 730 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 D | MCJITCAPITest.cpp | 106 bool IsReadOnly) override { in allocateDataSection()
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 922 bool IsReadOnly = tryParseAndConsumeSpecialTokenKind( ParseOpenACCClauseParams() local
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 557 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local 812 bool IsReadOnly = isReadOnlyData(Section); emitSection() local
|
/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 640 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,llvm::StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
|
/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 325 bool IsReadOnly) { in allocateDataSection()
|
/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 272 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 D | LoopAccessAnalysis.cpp | 671 addLoad(MemoryLocation & Loc,Type * AccessTy,bool IsReadOnly) addLoad() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 11975 bool IsReadOnly = readBool(); readOpenACCClause() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 3855 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); mayAliasWithArgument() local
|