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

  /frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp 1 //===- ELFSegmentFactory.cpp ----------------------------------------------===//
9 #include "mcld/LD/ELFSegmentFactory.h"
15 // ELFSegmentFactory
18 ELFSegmentFactory::iterator ELFSegmentFactory::find(uint32_t pType,
32 ELFSegmentFactory::const_iterator ELFSegmentFactory::find(
47 ELFSegmentFactory::iterator ELFSegmentFactory::find(uint32_t pType,
62 ELFSegmentFactory::const_iterator ELFSegmentFactory::find
    [all...]
ELFSegment.cpp 21 typedef GCFactory<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT> ELFSegmentFactory;
22 static llvm::ManagedStatic<ELFSegmentFactory> g_ELFSegmentFactory;
ELFObjectWriter.cpp 24 #include "mcld/LD/ELFSegmentFactory.h"
146 ELFSegmentFactory::iterator seg, segEnd = target().elfSegmentTable().end();
349 ELFSegmentFactory::const_iterator seg = target().elfSegmentTable().begin(),
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h 1 //===- ELFSegmentFactory.h ------------------------------------------------===//
22 /** \class ELFSegmentFactory
25 class ELFSegmentFactory {
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 34 class ELFSegmentFactory;
173 ELFSegmentFactory& elfSegmentTable();
176 const ELFSegmentFactory& elfSegmentTable() const;
525 ELFSegmentFactory* m_pELFSegmentTable;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 12 #include "mcld/LD/ELFSegmentFactory.h"
82 ELFSegmentFactory::const_iterator baseSeg =
MipsLDBackend.cpp 26 #include "mcld/LD/ELFSegmentFactory.h"
750 ELFSegmentFactory::iterator sit =
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 27 #include "mcld/LD/ELFSegmentFactory.h"
112 m_pELFSegmentTable = new ELFSegmentFactory();
563 ELFSegmentFactory::const_iterator exec_start =
576 ELFSegmentFactory::const_iterator etext = elfSegmentTable().find(
604 ELFSegmentFactory::const_iterator edata =
653 ELFSegmentFactory::iterator tls_seg =
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 24 #include "mcld/LD/ELFSegmentFactory.h"
668 ELFSegmentFactory::const_iterator edata = elfSegmentTable().find(
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 15 #include "mcld/LD/ELFSegmentFactory.h"
    [all...]

Completed in 248 milliseconds