Home
last modified time | relevance | path

Searched refs:BranchIsland (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DBranchIsland.cpp23 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 …]
DBranchIslandFactory.cpp29 : 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()
DStubFactory.cpp50 std::pair<BranchIsland*, BranchIsland*> islands = in create()
87 std::pair<BranchIsland*, BranchIsland*> islands = in create()
DAndroid.mk10 BranchIsland.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIslandFactory.h26 class BranchIslandFactory : public GCFactory<BranchIsland, 0> {
44 BranchIsland* produce(Fragment& pFragment);
49 std::pair<BranchIsland*, BranchIsland*> getIslands(const Fragment& pFragment);
DBranchIsland.h34 class BranchIsland {
54 BranchIsland(Fragment& pEntryFrag, size_t pMaxSize, size_t pIndex);
56 ~BranchIsland();
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h23 class BranchIsland; variable
111 BranchIsland& pIsland);
115 BranchIsland& pIsland);
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64CA53ErratumStub.h20 class BranchIsland; variable
40 BranchIsland& pIsland);
DAArch64LongBranchStub.h20 class BranchIsland; variable
36 BranchIsland& pIsland);
DAArch64LongBranchStub.cpp104 BranchIsland& pIsland) { in applyFixup()
DAArch64CA53ErratumStub.cpp71 BranchIsland& pIsland) { in applyFixup()
/frameworks/compile/mclinker/lib/Fragment/
DStub.cpp34 BranchIsland& pIsland) { in applyFixup()
69 BranchIsland& pIsland) { in applyFixup()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp833 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/
DMipsLDBackend.cpp834 BranchIsland& island = *ii; in doRelax()