Searched defs:IsReadOnly (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 66 bool IsReadOnly; member 290 void setVarListDetails(ArrayRef<Expr *> VarList, bool IsReadOnly, in setVarListDetails() 326 void setVarListDetails(llvm::SmallVector<Expr *> &&VarList, bool IsReadOnly, in setVarListDetails()
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 41 bool IsReadOnly) override { in allocateDataSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 730 bool IsReadOnly; variable 733 SourceLocation LParenLoc, bool IsReadOnly, in OpenACCCopyInClause()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 922 bool IsReadOnly = tryParseAndConsumeSpecialTokenKind( in ParseOpenACCClauseParams() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 557 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local 812 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 640 llvm::StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 325 bool IsReadOnly) { in allocateDataSection()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 272 bool IsReadOnly, ArrayRef<Expr *> VarList, in Create()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 672 void addLoad(MemoryLocation &Loc, Type *AccessTy, bool IsReadOnly) { in addLoad()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 11976 bool IsReadOnly = readBool(); in readOpenACCClause() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 3855 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local
|