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

/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp19 static llvm::ManagedStatic<SectionFactory> g_SectFactory; member in namespace:mcld
72 LDSection* result = g_SectFactory->allocate();
78 g_SectFactory->destroy(pSection);
79 g_SectFactory->deallocate(pSection);
84 g_SectFactory->clear();

Completed in 57 milliseconds