Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFSegment.cpp22 static llvm::ManagedStatic<ELFSegmentFactory> g_ELFSegmentFactory; variable
85 ELFSegment* seg = g_ELFSegmentFactory->allocate(); in Create()
91 g_ELFSegmentFactory->destroy(pSegment); in Destroy()
92 g_ELFSegmentFactory->deallocate(pSegment); in Destroy()
97 g_ELFSegmentFactory->clear(); in Clear()