Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/IR/
DFunction.cpp307 static StringPool *GCNamePool; variable
323 if (!GCNamePool) in setGC()
324 GCNamePool = new StringPool(); in setGC()
327 (*GCNames)[this] = GCNamePool->intern(Str); in setGC()
337 if (GCNamePool->empty()) { in clearGC()
338 delete GCNamePool; in clearGC()
339 GCNamePool = 0; in clearGC()