Home
last modified time | relevance | path

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

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