Searched refs:BranchIslandFactory (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | BranchIslandFactory.cpp | 25 BranchIslandFactory::BranchIslandFactory(int64_t pMaxFwdBranchRange, in BranchIslandFactory() function in BranchIslandFactory 35 BranchIslandFactory::~BranchIslandFactory() in ~BranchIslandFactory() 41 void BranchIslandFactory::group(Module& pModule) in group() 67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) in produce() 79 BranchIslandFactory::getIslands(const Fragment& pFragment) in getIslands()
|
D | Android.mk | 11 BranchIslandFactory.cpp \
|
D | StubFactory.cpp | 42 BranchIslandFactory& pBRIslandFactory) in create()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIslandFactory.h | 26 class BranchIslandFactory : public GCFactory<BranchIsland, 0> 34 BranchIslandFactory(int64_t pMaxFwdBranchRange, 38 ~BranchIslandFactory();
|
D | StubFactory.h | 19 class BranchIslandFactory; variable 38 BranchIslandFactory& pBRIslandFactory);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 21 class BranchIslandFactory; variable 149 virtual BranchIslandFactory* getBRIslandFactory() = 0;
|
D | GNULDBackend.h | 31 class BranchIslandFactory; variable 309 BranchIslandFactory* getBRIslandFactory() { return m_pBRIslandFactory; } in getBRIslandFactory() 536 BranchIslandFactory* m_pBRIslandFactory;
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 774 BranchIslandFactory* br_factory = m_LDBackend.getBRIslandFactory(); in relocation() 775 BranchIslandFactory::iterator facIter, facEnd = br_factory->end(); in relocation() 848 BranchIslandFactory* br_factory = m_LDBackend.getBRIslandFactory(); in normalSyncRelocationResult() 849 BranchIslandFactory::iterator facIter, facEnd = br_factory->end(); in normalSyncRelocationResult()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 562 m_pBRIslandFactory = new BranchIslandFactory(maxFwdBranchOffset(), in initBRIslandFactory() 633 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 692 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 747 for (BranchIslandFactory::iterator ii = getBRIslandFactory()->begin(), in doRelax()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 3033 m_pBRIslandFactory = new BranchIslandFactory(maxFwdBranchOffset(), in initBRIslandFactory()
|