Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DOperand.cpp138 static llvm::ManagedStatic<SectDescOperandFactory> g_SectDescOperandFactory; variable
154 SectDescOperand* result = g_SectDescOperandFactory->allocate(); in create()
160 g_SectDescOperandFactory->destroy(pOperand); in destroy()
161 g_SectDescOperandFactory->deallocate(pOperand); in destroy()
166 g_SectDescOperandFactory->clear(); in clear()