Home
last modified time | relevance | path

Searched refs:BranchIslandFactory (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DBranchIslandFactory.cpp25 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()
DAndroid.mk11 BranchIslandFactory.cpp \
DStubFactory.cpp42 BranchIslandFactory& pBRIslandFactory) in create()
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIslandFactory.h26 class BranchIslandFactory : public GCFactory<BranchIsland, 0>
34 BranchIslandFactory(int64_t pMaxFwdBranchRange,
38 ~BranchIslandFactory();
DStubFactory.h19 class BranchIslandFactory; variable
38 BranchIslandFactory& pBRIslandFactory);
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h21 class BranchIslandFactory; variable
149 virtual BranchIslandFactory* getBRIslandFactory() = 0;
DGNULDBackend.h31 class BranchIslandFactory; variable
309 BranchIslandFactory* getBRIslandFactory() { return m_pBRIslandFactory; } in getBRIslandFactory()
536 BranchIslandFactory* m_pBRIslandFactory;
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp774 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/
DHexagonLDBackend.cpp562 m_pBRIslandFactory = new BranchIslandFactory(maxFwdBranchOffset(), in initBRIslandFactory()
633 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp692 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp747 for (BranchIslandFactory::iterator ii = getBRIslandFactory()->begin(), in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp3033 m_pBRIslandFactory = new BranchIslandFactory(maxFwdBranchOffset(), in initBRIslandFactory()