Searched refs:PPC64LongBranchTargetSection (Results 1 – 3 of 3) sorted by relevance
69 class PPC64LongBranchTargetSection; variable582 std::unique_ptr<PPC64LongBranchTargetSection> ppc64LongBranchTarget;
4388 PPC64LongBranchTargetSection::PPC64LongBranchTargetSection(Ctx &ctx) in PPC64LongBranchTargetSection() function in PPC64LongBranchTargetSection4393 uint64_t PPC64LongBranchTargetSection::getEntryVA(const Symbol *sym, in getEntryVA()4399 PPC64LongBranchTargetSection::addEntry(const Symbol *sym, int64_t addend) { in addEntry()4408 size_t PPC64LongBranchTargetSection::getSize() const { in getSize()4412 void PPC64LongBranchTargetSection::writeTo(uint8_t *buf) { in writeTo()4432 bool PPC64LongBranchTargetSection::isNeeded() const { in isNeeded()4917 std::make_unique<PPC64LongBranchTargetSection>(ctx); in createSyntheticSections()
1371 class PPC64LongBranchTargetSection final : public SyntheticSection {1373 PPC64LongBranchTargetSection(Ctx &);