Searched refs:ELFSegmentFactory (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp1 //===- ELFSegmentFactory.cpp ----------------------------------------------===//
9 #include <mcld/LD/ELFSegmentFactory.h>
15 // ELFSegmentFactory
18 ELFSegmentFactory::iterator
19 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear)
32 ELFSegmentFactory::const_iterator
33 ELFSegmentFactory::find(uint32_t pType,
48 ELFSegmentFactory::iterator
49 ELFSegmentFactory::find(uint32_t pType, const LDSection* pSection)
64 ELFSegmentFactory
[all...]
H A DELFSegment.cpp18 typedef GCFactory<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT> ELFSegmentFactory; typedef
19 static llvm::ManagedStatic<ELFSegmentFactory> g_ELFSegmentFactory;
H A DAndroid.mk22 ELFSegmentFactory.cpp \
H A DELFObjectWriter.cpp26 #include <mcld/LD/ELFSegmentFactory.h>
149 ELFSegmentFactory::iterator seg, segEnd = target().elfSegmentTable().end();
358 ELFSegmentFactory::const_iterator seg = target().elfSegmentTable().begin(),
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp13 #include <mcld/LD/ELFSegmentFactory.h>
90 ELFSegmentFactory::const_iterator baseSeg =
/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/include/mcld/Target/
H A DGNULDBackend.h35 class ELFSegmentFactory;
174 ELFSegmentFactory& elfSegmentTable();
177 const ELFSegmentFactory& elfSegmentTable() const;
533 ELFSegmentFactory* m_pELFSegmentTable;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp25 #include <mcld/LD/ELFSegmentFactory.h>
113 m_pELFSegmentTable = new ELFSegmentFactory();
595 ELFSegmentFactory::const_iterator exec_start =
608 ELFSegmentFactory::const_iterator etext =
641 ELFSegmentFactory::const_iterator edata =
696 ELFSegmentFactory::iterator tls_seg =
1915 for (ELFSegmentFactory::iterator seg = elfSegmentTable().begin(),
1985 for (ELFSegmentFactory::iterator seg = elfSegmentTable().begin(),
2029 ELFSegmentFactory::iterator null_seg =
2034 ELFSegmentFactory
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp37 #include <mcld/LD/ELFSegmentFactory.h>
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp33 #include <mcld/LD/ELFSegmentFactory.h>
671 ELFSegmentFactory::const_iterator edata =
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp17 #include <mcld/LD/ELFSegmentFactory.h>
1124 ELFSegmentFactory::const_iterator tls_seg =
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp35 #include <mcld/LD/ELFSegmentFactory.h>

Completed in 5503 milliseconds