Searched refs:PPC64LongBranchTargetSection (Results 1 – 3 of 3) sorted by relevance
1162 class PPC64LongBranchTargetSection final : public SyntheticSection {1164 PPC64LongBranchTargetSection();1282 std::unique_ptr<PPC64LongBranchTargetSection> ppc64LongBranchTarget;
3641 PPC64LongBranchTargetSection::PPC64LongBranchTargetSection() in PPC64LongBranchTargetSection() function in PPC64LongBranchTargetSection3646 uint64_t PPC64LongBranchTargetSection::getEntryVA(const Symbol *sym, in getEntryVA()3652 PPC64LongBranchTargetSection::addEntry(const Symbol *sym, int64_t addend) { in addEntry()3661 size_t PPC64LongBranchTargetSection::getSize() const { in getSize()3665 void PPC64LongBranchTargetSection::writeTo(uint8_t *buf) { in writeTo()3684 bool PPC64LongBranchTargetSection::isNeeded() const { in isNeeded()
448 in.ppc64LongBranchTarget = std::make_unique<PPC64LongBranchTargetSection>(); in createSyntheticSections()