Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DSectionData.cpp20 static llvm::ManagedStatic<SectDataFactory> g_SectDataFactory; variable
32 SectionData* result = g_SectDataFactory->allocate(); in Create()
39 g_SectDataFactory->deallocate(pSection); in Destroy()
44 g_SectDataFactory->clear(); in Clear()