HomeSort by relevance Sort by last modified time
    Searched defs:ELFSegmentFactory (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h 1 //===- ELFSegmentFactory.h ------------------------------------------------===//
22 /** \class ELFSegmentFactory
25 class ELFSegmentFactory
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 18 typedef GCFactory<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT> ELFSegmentFactory;
19 static llvm::ManagedStatic<ELFSegmentFactory> g_ELFSegmentFactory;

Completed in 89 milliseconds