Home | History | Annotate | Download | only in LD

Lines Matching defs:BranchIsland

1 //===- BranchIsland.cpp ---------------------------------------------------===//
9 #include <mcld/LD/BranchIsland.h>
20 // BranchIsland
22 BranchIsland::BranchIsland(Fragment& pEntryFrag,
37 BranchIsland::~BranchIsland()
42 SectionData::iterator BranchIsland::begin()
47 SectionData::const_iterator BranchIsland::begin() const
52 SectionData::iterator BranchIsland::end()
59 SectionData::const_iterator BranchIsland::end() const
66 uint64_t BranchIsland::offset() const
71 size_t BranchIsland::size() const
81 size_t BranchIsland::maxSize() const
86 const std::string& BranchIsland::name() const
91 size_t BranchIsland::numOfStubs() const
98 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc)
110 bool BranchIsland::addStub(const Stub* pPrototype,
143 bool BranchIsland::addRelocation(Relocation& pReloc)