Searched defs:ELFSegmentFactory (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegmentFactory.h1 //===- ELFSegmentFactory.h ------------------------------------------------===//
22 /** \class ELFSegmentFactory
25 class ELFSegmentFactory { class in namespace:mcld
/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp21 typedef GCFactory<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT> ELFSegmentFactory; typedef in namespace:mcld
22 static llvm::ManagedStatic<ELFSegmentFactory> g_ELFSegmentFactory;

Completed in 607 milliseconds