OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ELFSegmentFactory
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp
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
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h
1
//===-
ELFSegmentFactory
.h ------------------------------------------------===//
20
/** \class
ELFSegmentFactory
23
class
ELFSegmentFactory
: public GCFactory<ELFSegment, 0>
26
///
ELFSegmentFactory
- the factory of ELFSegment
28
ELFSegmentFactory
(size_t pNum);
29
~
ELFSegmentFactory
();
Completed in 45 milliseconds