/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ARCRuntimeEntryPoints.h | 40 Retain, enumerator 115 Function *Retain = nullptr; variable
|
H A D | ObjCARCContract.cpp | 123 optimizeRetainCall(Function & F,Instruction * Retain) optimizeRetainCall() argument 166 auto *Retain = dyn_cast_or_null<CallInst>( contractAutorelease() local 300 Instruction *Retain = &*I; findRetainForStoreStrongContraction() local 361 Instruction *Retain = tryToContractReleaseIntoStoreStrong() local [all...] |
H A D | ObjCARCOpts.cpp | 1470 Instruction *Retain = cast<Instruction>(P.first); in collectReleaseInsertPts() local 1828 PairUpRetainsAndReleases(DenseMap<const BasicBlock *,BBState> & BBStates,BlotMapVector<Value *,RRInfo> & Retains,DenseMap<Value *,RRInfo> & Releases,Module * M,Instruction * Retain,SmallVectorImpl<Instruction * > & DeadInsts,RRInfo & RetainsToMove,RRInfo & ReleasesToMove,Value * Arg,bool KnownSafe,bool & AnyPairsCompletelyEliminated) PairUpRetainsAndReleases() argument 2039 Instruction *Retain = cast<Instruction>(V); PerformCodePlacement() local 2275 HasSafePathToPredecessorCall(const Value * Arg,Instruction * Retain,ProvenanceAnalysis & PA) HasSafePathToPredecessorCall() argument 2298 auto *Retain = dyn_cast_or_null<CallInst>( FindPredecessorRetainWithSafePath() local 2364 CallInst *Retain = FindPredecessorRetainWithSafePath( OptimizeReturns() local [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 98 void Retain() const { ++RefCount; } in Retain() function 131 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
|
/llvm-project/llvm/test/DebugInfo/Inputs/ |
H A D | dwarfdump-objc.m | 10 @property (retain) NSObject *Retain; property
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ObjCARCInstKind.h | 29 Retain, ///< objc_retain enumerator
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBBreakpoint.h | 93 uint32_t Retain() { return ++m_retain_count; } in Retain() function
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.h | 138 template <typename T> T Retain(PyObject *obj) { in Retain() function
|
/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | RewriteRope.h |
|
/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 57 void Retain() { ++RefCnt; } in Retain() function in __anon35be5cad0111::ValueStorage
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 694 calcUniqueIDUpdateFlagsAndSize(const GlobalObject * GO,StringRef SectionName,SectionKind Kind,const TargetMachine & TM,MCContext & Ctx,Mangler & Mang,unsigned & Flags,unsigned & EntrySize,unsigned & NextUniqueID,const bool Retain,const bool ForceUnique) calcUniqueIDUpdateFlagsAndSize() argument 787 selectExplicitSectionGlobal(const GlobalObject * GO,SectionKind Kind,const TargetMachine & TM,MCContext & Ctx,Mangler & Mang,unsigned & NextUniqueID,bool Retain,bool ForceUnique) selectExplicitSectionGlobal() argument 889 selectELFSectionForGlobal(MCContext & Ctx,const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,bool Retain,bool EmitUniqueSection,unsigned Flags,unsigned * NextUniqueID) selectELFSectionForGlobal() argument 2134 getWasmSectionFlags(SectionKind K,bool Retain) getWasmSectionFlags() argument 2193 selectWasmSectionForGlobal(MCContext & Ctx,const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,bool EmitUniqueSection,unsigned * NextUniqueID,bool Retain) selectWasmSectionForGlobal() argument 2236 bool Retain = Used.count(GO); SelectSectionForGlobal() local [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.h | 265 void Retain() { ++ref_cnt; } in Retain() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 178 void Retain() const { ++RefCount; } in Retain() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 734 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator
|