Lines Matching refs:ELFSegmentFactory
1 //===- ELFSegmentFactory.cpp ----------------------------------------------===//
9 #include <mcld/LD/ELFSegmentFactory.h>
14 // ELFSegmentFactory
16 ELFSegmentFactory::ELFSegmentFactory(size_t pNum)
21 ELFSegmentFactory::~ELFSegmentFactory()
28 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag)
36 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear)
50 ELFSegmentFactory::find(uint32_t pType,