Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DBranchIslandFactory.cpp26 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()
DStubFactory.cpp43 BranchIslandFactory& pBRIslandFactory) { in create()
82 BranchIslandFactory& pBRIslandFactory) { in create()
DAndroid.mk11 BranchIslandFactory.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIslandFactory.h26 class BranchIslandFactory : public GCFactory<BranchIsland, 0> {
32 BranchIslandFactory(int64_t pMaxFwdBranchRange,
36 ~BranchIslandFactory();
DStubFactory.h18 class BranchIslandFactory; variable
39 BranchIslandFactory& pBRIslandFactory);
43 BranchIslandFactory& pBRIslandFactory);
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h25 class BranchIslandFactory; variable
161 virtual BranchIslandFactory* getBRIslandFactory() = 0;
DGNULDBackend.h26 class BranchIslandFactory; variable
306 BranchIslandFactory* getBRIslandFactory() { return m_pBRIslandFactory; } in getBRIslandFactory()
528 BranchIslandFactory* m_pBRIslandFactory;
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp830 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/
DAArch64LDBackend.cpp432 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
491 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp533 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/
DARMLDBackend.cpp902 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
944 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp830 for (BranchIslandFactory::iterator ii = getBRIslandFactory()->begin(), in doRelax()
873 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(), in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2897 m_pBRIslandFactory = new BranchIslandFactory(maxFwdBranchOffset(), in initBRIslandFactory()