Home
last modified time | relevance | path

Searched refs:PPC64LongBranchTargetSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h1150 class PPC64LongBranchTargetSection final : public SyntheticSection {
1152 PPC64LongBranchTargetSection();
1268 std::unique_ptr<PPC64LongBranchTargetSection> ppc64LongBranchTarget;
H A DSyntheticSections.cpp3662 PPC64LongBranchTargetSection::PPC64LongBranchTargetSection() in PPC64LongBranchTargetSection() function in PPC64LongBranchTargetSection
3667 uint64_t PPC64LongBranchTargetSection::getEntryVA(const Symbol *sym, in getEntryVA()
3672 Optional<uint32_t> PPC64LongBranchTargetSection::addEntry(const Symbol *sym, in addEntry()
3682 size_t PPC64LongBranchTargetSection::getSize() const { in getSize()
3686 void PPC64LongBranchTargetSection::writeTo(uint8_t *buf) { in writeTo()
3705 bool PPC64LongBranchTargetSection::isNeeded() const { in isNeeded()
H A DWriter.cpp467 in.ppc64LongBranchTarget = std::make_unique<PPC64LongBranchTargetSection>(); in createSyntheticSections()