Searched refs:PPC64LongBranchTargetSection (Results 1 – 3 of 3) sorted by relevance
975 class PPC64LongBranchTargetSection final : public SyntheticSection {977 PPC64LongBranchTargetSection();1015 PPC64LongBranchTargetSection *PPC64LongBranchTarget;
3115 PPC64LongBranchTargetSection::PPC64LongBranchTargetSection() in PPC64LongBranchTargetSection() function in PPC64LongBranchTargetSection3120 void PPC64LongBranchTargetSection::addEntry(Symbol &Sym) { in addEntry()3126 size_t PPC64LongBranchTargetSection::getSize() const { in getSize()3130 void PPC64LongBranchTargetSection::writeTo(uint8_t *Buf) { in writeTo()3148 bool PPC64LongBranchTargetSection::empty() const { in empty()
379 In.PPC64LongBranchTarget = make<PPC64LongBranchTargetSection>(); in createSyntheticSections()