Searched refs:GCNamePool (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DFunction.cpp288 static StringPool *GCNamePool; variable
304 if (!GCNamePool)
305 GCNamePool = new StringPool();
308 (*GCNames)[this] = GCNamePool->intern(Str);
318 if (GCNamePool->empty()) {
319 delete GCNamePool;
320 GCNamePool = 0;

Completed in 65 milliseconds