Searched refs:BranchIslandFactory (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | BranchIslandFactory.cpp | 26 BranchIslandFactory::BranchIslandFactory(int64_t pMaxFwdBranchRange, in BranchIslandFactory() function in mcld::BranchIslandFactory 35 BranchIslandFactory::~BranchIslandFactory() { in ~BranchIslandFactory() 40 void BranchIslandFactory::group(Module& pModule) { in group() 67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) { in produce() 77 std::pair<BranchIsland*, BranchIsland*> BranchIslandFactory::getIslands( in getIslands()
|
D | StubFactory.cpp | 43 BranchIslandFactory& pBRIslandFactory) { in create() 82 BranchIslandFactory& pBRIslandFactory) { in create()
|
D | Android.mk | 11 BranchIslandFactory.cpp \
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIslandFactory.h | 26 class BranchIslandFactory : public GCFactory<BranchIsland, 0> { 32 BranchIslandFactory(int64_t pMaxFwdBranchRange, 36 ~BranchIslandFactory();
|
D | StubFactory.h | 18 class BranchIslandFactory; variable 39 BranchIslandFactory& pBRIslandFactory); 43 BranchIslandFactory& pBRIslandFactory);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 25 class BranchIslandFactory; variable 161 virtual BranchIslandFactory* getBRIslandFactory() = 0;
|
D | GNULDBackend.h | 26 class BranchIslandFactory; variable 306 BranchIslandFactory* getBRIslandFactory() { return m_pBRIslandFactory; } in getBRIslandFactory() 528 BranchIslandFactory* m_pBRIslandFactory;
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 830 BranchIslandFactory* br_factory = m_LDBackend.getBRIslandFactory(); in relocation() 831 BranchIslandFactory::iterator facIter, facEnd = br_factory->end(); in relocation() 908 BranchIslandFactory* br_factory = m_LDBackend.getBRIslandFactory(); in normalSyncRelocationResult() 909 BranchIslandFactory::iterator facIter, facEnd = br_factory->end(); in normalSyncRelocationResult()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 432 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax() 491 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 533 new BranchIslandFactory(maxFwdBranchOffset(), maxBwdBranchOffset(), 0); in initBRIslandFactory() 603 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax() 645 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 902 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax() 944 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 830 for (BranchIslandFactory::iterator ii = getBRIslandFactory()->begin(), in doRelax() 873 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 2897 m_pBRIslandFactory = new BranchIslandFactory(maxFwdBranchOffset(), in initBRIslandFactory()
|