Searched refs:isReadOnly (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp25 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp40 if (Kind.isReadOnly()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp30 if (getKind().isReadOnly()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp43 if (D->isReadOnly() || D->getSetterKind() != ObjCPropertyDecl::Copy)
H A DCheckObjCDealloc.cpp664 if (PropDecl->isReadOnly())
679 !PropDecl->isReadOnly()) ||
809 if (PropDecl->isReadOnly())
826 assert(ShadowedPropDecl->isReadOnly());
914 if (PropDecl->isReadOnly())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp102 if (IsCPRel && !Kind.isReadOnly())
124 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection
131 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySectionLarge
150 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h69 return Kind.isGlobalWriteableData() || Kind.isReadOnly() ||
H A DSectionKind.h122 bool isReadOnly() const { function in class:llvm::SectionKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp88 Kind.isReadOnly());
160 if (Kind.isReadOnly() && IsGlobalInSmallSection(GO, TM, Kind))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h129 bool isReadOnly) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp64 for (; I >= 0 && Refs[I].isReadOnly(); --I)
129 if (!VI.isReadOnly())
224 return !isReadOnly(GVS) && !isWriteOnly(GVS) && GVS->refs().size();
509 R.isWriteOnly() ? -1 : (R.isReadOnly() ? -2 : -3));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp257 (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly())) {
299 if (Kind.isReadOnly() && ReadOnlySection != nullptr)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp334 bool isReadOnly) override;
370 StringRef SectionName, bool isReadOnly) {
373 isReadOnly);
368 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool isReadOnly) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp569 } else if (Attrs.hasAttribute("rodata-section") && Kind.isReadOnly()) {
616 if (Kind.isReadOnly())
747 if (Kind.isReadOnly())
992 if (Kind.isReadOnly())
1026 if (Kind.isReadOnly())
1244 else if (K.isReadOnly() || K.isReadOnlyWithRel())
1333 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel())
1393 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel())
1885 if (Kind.isReadOnly())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp73 if (T->isReadOnly())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp252 (ImportIndex.isReadOnly(GVS) || ImportIndex.isWriteOnly(GVS))) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp714 bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV); local
715 if (STI.isROPI() && isReadOnly) {
720 if (STI.isRWPI() && !isReadOnly) {
H A DARMISelLowering.h320 bool isReadOnly(const GlobalValue *GV) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp461 if (!(PIDecl->isReadOnly() && isReadWrite)) {
877 if (Property->isReadOnly() && !Prop.value()->isReadOnly()) {
946 if (!Property->isReadOnly() && !Prop->isReadOnly() &&
1031 if (Prop->isReadOnly()) return false;
1687 !(SuperProperty->isReadOnly() &&
2143 if (!Prop->isReadOnly())
2424 if (!property->isReadOnly() && SetterMethod) {
2507 if (!property->isReadOnly()) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h194 bool isReadOnly() const { function in struct:llvm::CalleeInfo::ValueInfo
1088 bool isReadOnly(const GlobalVarSummary *GVS) const { function in class:llvm::CalleeInfo::ModuleSummaryIndex
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp758 bool isReadOnly = AA.onlyReadsMemory(QueryCall); local
759 LocalCache = getCallDependencyFrom(QueryCall, isReadOnly,
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp459 template <class ELFT> static bool isReadOnly(SharedSymbol &ss) { function in namespace:lld::elf
566 bool isRO = isReadOnly<ELFT>(ss);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp973 Hash.AddBoolean(T->isReadOnly());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp712 if (!Prop->isReadOnly())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1048 bool isReadOnly(AliasSetTracker *CurAST, const MemorySSAUpdater *MSSAU, function in namespace:__anon2690
1181 if (isReadOnly(CurAST, MSSAU, CurLoop))

Completed in 192 milliseconds

12