Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DOperand.cpp105 static llvm::ManagedStatic<SectOperandFactory> g_SectOperandFactory; variable
118 SectOperand* result = g_SectOperandFactory->allocate(); in create()
124 g_SectOperandFactory->destroy(pOperand); in destroy()
125 g_SectOperandFactory->deallocate(pOperand); in destroy()
130 g_SectOperandFactory->clear(); in clear()