Home
last modified time | relevance | path

Searched refs:AllRetainTypes (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp84 for (unsigned I = 0, E = AllRetainTypes.size(); I < E; I++) in finalize()
85 if (RetainSet.insert(AllRetainTypes[I]).second) in finalize()
86 RetainValues.push_back(AllRetainTypes[I]); in finalize()
570 AllRetainTypes.emplace_back(T); in retainType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h52 SmallVector<TrackingMDNodeRef, 4> AllRetainTypes; variable