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

/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp121 static llvm::ManagedStatic<SectOperandFactory> g_SectOperandFactory; variable
139 SectOperand* result = g_SectOperandFactory->allocate();
146 g_SectOperandFactory->destroy(pOperand);
147 g_SectOperandFactory->deallocate(pOperand);
153 g_SectOperandFactory->clear();

Completed in 670 milliseconds