Searched refs:BranchIslandFactory (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIslandFactory.h1 //===- BranchIslandFactory.h ----------------------------------------------===//
22 /** \class BranchIslandFactory
26 class BranchIslandFactory : public GCFactory<BranchIsland, 0> { class in namespace:mcld
32 BranchIslandFactory(int64_t pMaxFwdBranchRange,
36 ~BranchIslandFactory();
H A DStubFactory.h18 class BranchIslandFactory;
39 BranchIslandFactory& pBRIslandFactory);
43 BranchIslandFactory& pBRIslandFactory);
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp1 //===- BranchIslandFactory.cpp --------------------------------------------===//
9 #include "mcld/LD/BranchIslandFactory.h"
19 // BranchIslandFactory
26 BranchIslandFactory::BranchIslandFactory(int64_t pMaxFwdBranchRange, function in class:mcld::BranchIslandFactory
35 BranchIslandFactory::~BranchIslandFactory() {
40 void BranchIslandFactory::group(Module& pModule) {
67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) {
77 std::pair<BranchIsland*, BranchIsland*> BranchIslandFactory
[all...]
H A DStubFactory.cpp16 #include "mcld/LD/BranchIslandFactory.h"
43 BranchIslandFactory& pBRIslandFactory) {
82 BranchIslandFactory& pBRIslandFactory) {
H A DAndroid.mk11 BranchIslandFactory.cpp \
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h25 class BranchIslandFactory;
161 virtual BranchIslandFactory* getBRIslandFactory() = 0;
H A DGNULDBackend.h26 class BranchIslandFactory;
306 BranchIslandFactory* getBRIslandFactory() { return m_pBRIslandFactory; }
528 BranchIslandFactory* m_pBRIslandFactory;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp20 #include "mcld/LD/BranchIslandFactory.h"
623 // initialize BranchIslandFactory
830 BranchIslandFactory* br_factory = m_LDBackend.getBRIslandFactory();
831 BranchIslandFactory::iterator facIter, facEnd = br_factory->end();
908 BranchIslandFactory* br_factory = m_LDBackend.getBRIslandFactory();
909 BranchIslandFactory::iterator facIter, facEnd = br_factory->end();
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp27 #include "mcld/LD/BranchIslandFactory.h"
432 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
491 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp22 #include "mcld/LD/BranchIslandFactory.h"
533 new BranchIslandFactory(maxFwdBranchOffset(), maxBwdBranchOffset(), 0);
603 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
645 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp29 #include "mcld/LD/BranchIslandFactory.h"
902 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
944 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp21 #include "mcld/LD/BranchIslandFactory.h"
830 for (BranchIslandFactory::iterator ii = getBRIslandFactory()->begin(),
873 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp19 #include "mcld/LD/BranchIslandFactory.h"
2897 m_pBRIslandFactory = new BranchIslandFactory(maxFwdBranchOffset(),

Completed in 330 milliseconds