Searched refs:BranchIsland (Results 1 – 14 of 14) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | BranchIsland.cpp | 23 BranchIsland::BranchIsland(Fragment& pEntryFrag, size_t pMaxSize, size_t pIndex) in BranchIsland() function in mcld::BranchIsland 35 BranchIsland::~BranchIsland() { in ~BranchIsland() 39 SectionData::iterator BranchIsland::begin() { in begin() 43 SectionData::const_iterator BranchIsland::begin() const { in begin() 47 SectionData::iterator BranchIsland::end() { in end() 53 SectionData::const_iterator BranchIsland::end() const { in end() 59 uint64_t BranchIsland::offset() const { in offset() 63 size_t BranchIsland::size() const { in size() 72 size_t BranchIsland::maxSize() const { in maxSize() 76 const std::string& BranchIsland::name() const { in name() [all …]
|
D | BranchIslandFactory.cpp | 29 : GCFactory<BranchIsland, 0>(1u), // magic number in BranchIslandFactory() 67 BranchIsland* BranchIslandFactory::produce(Fragment& pFragment) { in produce() 68 BranchIsland* island = allocate(); in produce() 69 new (island) BranchIsland(pFragment, // entry fragment to the island in produce() 77 std::pair<BranchIsland*, BranchIsland*> BranchIslandFactory::getIslands( in getIslands() 79 BranchIsland* fwd = NULL; in getIslands() 80 BranchIsland* bwd = NULL; in getIslands()
|
D | StubFactory.cpp | 50 std::pair<BranchIsland*, BranchIsland*> islands = in create() 87 std::pair<BranchIsland*, BranchIsland*> islands = in create()
|
D | Android.mk | 10 BranchIsland.cpp \
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIslandFactory.h | 26 class BranchIslandFactory : public GCFactory<BranchIsland, 0> { 44 BranchIsland* produce(Fragment& pFragment); 49 std::pair<BranchIsland*, BranchIsland*> getIslands(const Fragment& pFragment);
|
D | BranchIsland.h | 34 class BranchIsland { 54 BranchIsland(Fragment& pEntryFrag, size_t pMaxSize, size_t pIndex); 56 ~BranchIsland();
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Stub.h | 23 class BranchIsland; variable 111 BranchIsland& pIsland); 115 BranchIsland& pIsland);
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64CA53ErratumStub.h | 20 class BranchIsland; variable 40 BranchIsland& pIsland);
|
D | AArch64LongBranchStub.h | 20 class BranchIsland; variable 36 BranchIsland& pIsland);
|
D | AArch64LongBranchStub.cpp | 104 BranchIsland& pIsland) { in applyFixup()
|
D | AArch64CA53ErratumStub.cpp | 71 BranchIsland& pIsland) { in applyFixup()
|
/frameworks/compile/mclinker/lib/Fragment/ |
D | Stub.cpp | 34 BranchIsland& pIsland) { in applyFixup() 69 BranchIsland& pIsland) { in applyFixup()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 833 BranchIsland& island = *facIter; in relocation() 834 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end(); in relocation() 911 BranchIsland& island = *facIter; in normalSyncRelocationResult() 912 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end(); in normalSyncRelocationResult()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 834 BranchIsland& island = *ii; in doRelax()
|