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

  /frameworks/compile/mclinker/include/mcld/LD/
BranchIslandFactory.h 1 //===- BranchIslandFactory.h ----------------------------------------------===//
22 /** \class BranchIslandFactory
26 class BranchIslandFactory : public GCFactory<BranchIsland, 0>
34 BranchIslandFactory(int64_t pMaxFwdBranchRange,
38 ~BranchIslandFactory();
StubFactory.h 19 class BranchIslandFactory;
38 BranchIslandFactory& pBRIslandFactory);
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 1 //===- BranchIslandFactory.cpp --------------------------------------------===//
9 #include <mcld/LD/BranchIslandFactory.h>
18 // BranchIslandFactory
25 BranchIslandFactory::BranchIslandFactory(int64_t pMaxFwdBranchRange,
35 BranchIslandFactory::~BranchIslandFactory()
41 void BranchIslandFactory::group(Module& pModule)
67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment)
79 BranchIslandFactory::getIslands(const Fragment& pFragment
    [all...]
StubFactory.cpp 11 #include <mcld/LD/BranchIslandFactory.h>
42 BranchIslandFactory& pBRIslandFactory)
Android.mk 11 BranchIslandFactory.cpp \
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 21 class BranchIslandFactory;
149 virtual BranchIslandFactory* getBRIslandFactory() = 0;
GNULDBackend.h 31 class BranchIslandFactory;
309 BranchIslandFactory* getBRIslandFactory() { return m_pBRIslandFactory; }
536 BranchIslandFactory* m_pBRIslandFactory;
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 31 #include <mcld/LD/BranchIslandFactory.h>
587 // initialize BranchIslandFactory
774 BranchIslandFactory* br_factory = m_LDBackend.getBRIslandFactory();
775 BranchIslandFactory::iterator facIter, facEnd = br_factory->end();
848 BranchIslandFactory* br_factory = m_LDBackend.getBRIslandFactory();
849 BranchIslandFactory::iterator facIter, facEnd = br_factory->end();
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 33 #include <mcld/LD/BranchIslandFactory.h>
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 29 #include <mcld/LD/BranchIslandFactory.h>
562 m_pBRIslandFactory = new BranchIslandFactory(maxFwdBranchOffset(),
633 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 31 #include <mcld/LD/BranchIslandFactory.h>
692 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 24 #include <mcld/LD/BranchIslandFactory.h>
747 for (BranchIslandFactory::iterator ii = getBRIslandFactory()->begin(),
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 24 #include <mcld/LD/BranchIslandFactory.h>
    [all...]

Completed in 289 milliseconds