HomeSort by: relevance | last modified time | path
    Searched refs:AllRetainTypes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp 84 for (unsigned I = 0, E = AllRetainTypes.size(); I < E; I++)
85 if (RetainSet.insert(AllRetainTypes[I]).second)
86 RetainValues.push_back(AllRetainTypes[I]);
603 AllRetainTypes.emplace_back(T);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DIBuilder.h 52 SmallVector<TrackingMDNodeRef, 4> AllRetainTypes;

Completed in 23 milliseconds