Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h66 bool IsReadOnly; member
229 return std::get<VarListDetails>(Details).IsReadOnly; in isReadOnly()
290 void setVarListDetails(ArrayRef<Expr *> VarList, bool IsReadOnly, in setVarListDetails() argument
311 assert((!IsReadOnly || ClauseKind == OpenACCClauseKind::CopyIn || in setVarListDetails()
323 VarListDetails{{VarList.begin(), VarList.end()}, IsReadOnly, IsZero}; in setVarListDetails()
326 void setVarListDetails(llvm::SmallVector<Expr *> &&VarList, bool IsReadOnly, in setVarListDetails() argument
347 assert((!IsReadOnly || ClauseKind == OpenACCClauseKind::CopyIn || in setVarListDetails()
358 Details = VarListDetails{std::move(VarList), IsReadOnly, IsZero}; in setVarListDetails()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h41 bool IsReadOnly) override { in allocateDataSection() argument
43 IsReadOnly); in allocateDataSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument
83 << (IsReadOnly ? "ro" : "rw") << "-data section " << SectionName in allocateDataSection()
89 IsReadOnly ? Unmapped.back().RODataAllocs : Unmapped.back().RWDataAllocs; in allocateDataSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h730 bool IsReadOnly; variable
733 SourceLocation LParenLoc, bool IsReadOnly, in OpenACCCopyInClause() argument
736 IsReadOnly(IsReadOnly) { in OpenACCCopyInClause()
752 bool isReadOnly() const { return IsReadOnly; } in isReadOnly()
755 SourceLocation BeginLoc, SourceLocation LParenLoc, bool IsReadOnly,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h61 bool IsReadOnly) override;
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h164 const char *SectionName, LLVMBool IsReadOnly);
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h113 bool IsReadOnly) = 0;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp557 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
589 } else if (IsReadOnly) { in computeTotalAllocSize()
812 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
871 Name, IsReadOnly); in emitSection()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp272 bool IsReadOnly, ArrayRef<Expr *> VarList, in Create() argument
277 IsReadOnly, VarList, EndLoc); in Create()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h279 bool IsReadOnly) override;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp640 llvm::StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument
644 Size, Alignment, SectionID, SectionName, IsReadOnly); in allocateDataSection()
647 if (!IsReadOnly) in allocateDataSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp207 bool IsReadOnly) override;
325 bool IsReadOnly) { in allocateDataSection() argument
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp922 bool IsReadOnly = tryParseAndConsumeSpecialTokenKind( in ParseOpenACCClauseParams() local
925 IsReadOnly, in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp672 void addLoad(MemoryLocation &Loc, Type *AccessTy, bool IsReadOnly) { in addLoad() argument
676 if (IsReadOnly) in addLoad()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11976 bool IsReadOnly = readBool(); in readOpenACCClause() local
11979 LParenLoc, IsReadOnly, VarList, EndLoc); in readOpenACCClause()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3855 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local
3857 IsReadOnly) { in mayAliasWithArgument()