Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DFunction.cpp263 static StringPool *GCNamePool; variable
279 if (!GCNamePool) in setGC()
280 GCNamePool = new StringPool(); in setGC()
283 (*GCNames)[this] = GCNamePool->intern(Str); in setGC()
293 if (GCNamePool->empty()) { in clearGC()
294 delete GCNamePool; in clearGC()
295 GCNamePool = 0; in clearGC()