Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h69 class PPC64LongBranchTargetSection; variable
582 std::unique_ptr<PPC64LongBranchTargetSection> ppc64LongBranchTarget;
H A DSyntheticSections.cpp4388 PPC64LongBranchTargetSection::PPC64LongBranchTargetSection(Ctx &ctx) in PPC64LongBranchTargetSection() function in PPC64LongBranchTargetSection
4393 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()
H A DSyntheticSections.h1371 class PPC64LongBranchTargetSection final : public SyntheticSection {
1373 PPC64LongBranchTargetSection(Ctx &);