Searched refs:PPC64LongBranchTargetSection (Results 1 – 3 of 3) sorted by relevance
1112 class PPC64LongBranchTargetSection final : public SyntheticSection {1114 PPC64LongBranchTargetSection();1209 PPC64LongBranchTargetSection *ppc64LongBranchTarget;
3610 PPC64LongBranchTargetSection::PPC64LongBranchTargetSection() in PPC64LongBranchTargetSection() function in PPC64LongBranchTargetSection3615 uint64_t PPC64LongBranchTargetSection::getEntryVA(const Symbol *sym, in getEntryVA()3620 Optional<uint32_t> PPC64LongBranchTargetSection::addEntry(const Symbol *sym, in addEntry()3630 size_t PPC64LongBranchTargetSection::getSize() const { in getSize()3634 void PPC64LongBranchTargetSection::writeTo(uint8_t *buf) { in writeTo()3653 bool PPC64LongBranchTargetSection::isNeeded() const { in isNeeded()
512 in.ppc64LongBranchTarget = make<PPC64LongBranchTargetSection>(); in createSyntheticSections()