/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITMemoryManagerTest.cpp | 89 const bool isReadOnly = i % 2 == 0; in TEST() local 127 bool isReadOnly = i % 3 == 0; in TEST() local
|
H A D | MCJITCAPITest.cpp | 44 LLVMBool isReadOnly) { in roundTripAllocateDataSection()
|
/llvm-project/polly/include/polly/Support/ |
H A D | VirtualInstruction.h | 133 bool isReadOnly() const { return Kind == ReadOnly; } in isReadOnly() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 131 bool isReadOnly() const { in isReadOnly() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 208 bool isReadOnly() const { isReadOnly() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 224 bool isReadOnly() const { isReadOnly() function
|
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 382 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool isReadOnly) allocateDataSection() argument
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMInlining.cpp |
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 752 bool isReadOnly() const { return IsReadOnly; } isReadOnly() function
|
H A D | DeclObjC.h | 837 bool isReadOnly() const { in isReadOnly() function
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 714 bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV); in selectGlobal() local
|
H A D | ARMISelLowering.cpp | 3927 bool ARMTargetLowering::isReadOnly(const GlobalValue *GV) const { isReadOnly() function in ARMTargetLowering
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 719 bool isReadOnly = AA.onlyReadsMemory(QueryCall); getDependency() local
|
/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 267 template <class ELFT> static bool isReadOnly(SharedSymbol &ss) { isReadOnly() function
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 1096 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool isReadOnly) LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 1001 bool isReadOnly() const { return Attributes & ReadOnly; } isReadOnly() function
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformOps.cpp | 1242 bool isReadOnly = in verifyFunctionLikeConsumeAnnotations() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 1121 bool isReadOnly(const MemorySSAUpdater &MSSAU, const Loop *L) { isReadOnly() function
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopInfo.cpp | 263 bool ScopArrayInfo::isReadOnly() { in isReadOnly() function in ScopArrayInfo
|
/llvm-project/offload/plugins-nextgen/amdgpu/src/ |
H A D | rtl.cpp | 276 bool isReadOnly() const { return (Segment == HSA_AMD_SEGMENT_READONLY); } isReadOnly() function
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 8401 bool isReadOnly = false; getObjCEncodingForTypeImpl() local
|