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

/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp1 //===- ELFSegment.cpp -----------------------------------------------------===//
9 #include <mcld/LD/ELFSegment.h>
18 typedef GCFactory<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT> ELFSegmentFactory;
22 // ELFSegment
24 ELFSegment::ELFSegment() function in class:ELFSegment
37 ELFSegment::ELFSegment(uint32_t pType, uint32_t pFlag) function in class:ELFSegment
50 ELFSegment::~ELFSegment()
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h1 //===- ELFSegment.h -------------------------------------------------------===//
22 /** \class ELFSegment
25 class ELFSegment class in namespace:mcld
35 friend class Chunk<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT>;
36 ELFSegment();
37 ELFSegment(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
40 ~ELFSegment();
109 static ELFSegment* Create(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
110 static void Destroy(ELFSegment*& pSegment);

Completed in 526 milliseconds