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

/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp81 static llvm::ManagedStatic<IntOperandFactory> g_IntOperandFactory; variable
100 IntOperand* result = g_IntOperandFactory->allocate();
107 g_IntOperandFactory->destroy(pOperand);
108 g_IntOperandFactory->deallocate(pOperand);
114 g_IntOperandFactory->clear();

Completed in 47 milliseconds