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

/frameworks/compile/mclinker/lib/Script/
H A DRpnExpr.cpp23 static llvm::ManagedStatic<ExprFactory> g_ExprFactory; member in namespace:mcld
55 RpnExpr* result = g_ExprFactory->allocate();
61 g_ExprFactory->destroy(pRpnExpr);
62 g_ExprFactory->deallocate(pRpnExpr);
67 g_ExprFactory->clear();

Completed in 46 milliseconds