HomeSort by relevance Sort by last modified time
    Searched full:branchislandfactory (Results 1 - 13 of 13) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
BranchIslandFactory.h 1 //===- BranchIslandFactory.h ----------------------------------------------===//
22 /** \class BranchIslandFactory
26 class BranchIslandFactory : public GCFactory<BranchIsland, 0> {
32 BranchIslandFactory(int64_t pMaxFwdBranchRange,
36 ~BranchIslandFactory();
StubFactory.h 18 class BranchIslandFactory;
39 BranchIslandFactory& pBRIslandFactory);
43 BranchIslandFactory& pBRIslandFactory);
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 1 //===- BranchIslandFactory.cpp --------------------------------------------===//
9 #include "mcld/LD/BranchIslandFactory.h"
19 // BranchIslandFactory
26 BranchIslandFactory::BranchIslandFactory(int64_t pMaxFwdBranchRange,
35 BranchIslandFactory::~BranchIslandFactory() {
40 void BranchIslandFactory::group(Module& pModule) {
67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) {
77 std::pair<BranchIsland*, BranchIsland*> BranchIslandFactory::getIslands
    [all...]
StubFactory.cpp 16 #include "mcld/LD/BranchIslandFactory.h"
43 BranchIslandFactory& pBRIslandFactory) {
82 BranchIslandFactory& pBRIslandFactory) {
Android.bp 14 "BranchIslandFactory.cpp",
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 25 class BranchIslandFactory;
161 virtual BranchIslandFactory* getBRIslandFactory() = 0;
GNULDBackend.h 26 class BranchIslandFactory;
306 BranchIslandFactory* getBRIslandFactory() { return m_pBRIslandFactory; }
528 BranchIslandFactory* m_pBRIslandFactory;
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 20 #include "mcld/LD/BranchIslandFactory.h"
623 // initialize BranchIslandFactory
830 BranchIslandFactory* br_factory = m_LDBackend.getBRIslandFactory();
831 BranchIslandFactory::iterator facIter, facEnd = br_factory->end();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 22 #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(),
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 27 #include "mcld/LD/BranchIslandFactory.h"
432 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
491 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 29 #include "mcld/LD/BranchIslandFactory.h"
902 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
944 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin()
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 21 #include "mcld/LD/BranchIslandFactory.h"
830 for (BranchIslandFactory::iterator ii = getBRIslandFactory()->begin(),
873 for (BranchIslandFactory::iterator island = getBRIslandFactory()->begin(),
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 19 #include "mcld/LD/BranchIslandFactory.h"
    [all...]

Completed in 5265 milliseconds