Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DLDSection.cpp19 static llvm::ManagedStatic<SectionFactory> g_SectFactory; variable
72 LDSection* result = g_SectFactory->allocate(); in Create()
78 g_SectFactory->destroy(pSection); in Destroy()
79 g_SectFactory->deallocate(pSection); in Destroy()
84 g_SectFactory->clear(); in Clear()