Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp36 AllRetainTypes.assign(RTs.begin(), RTs.end()); in DIBuilder()
82 for (unsigned I = 0, E = AllRetainTypes.size(); I < E; I++) in finalize()
83 if (RetainSet.insert(AllRetainTypes[I]).second) in finalize()
84 RetainValues.push_back(AllRetainTypes[I]); in finalize()
630 AllRetainTypes.emplace_back(T); in retainType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h54 SmallVector<TrackingMDNodeRef, 4> AllRetainTypes; variable