Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1341 class PPC64LongBranchTargetSection final : public SyntheticSection {
1343 PPC64LongBranchTargetSection();
1495 std::unique_ptr<PPC64LongBranchTargetSection> ppc64LongBranchTarget;
H A DSyntheticSections.cpp4289 PPC64LongBranchTargetSection::PPC64LongBranchTargetSection() in PPC64LongBranchTargetSection() function in PPC64LongBranchTargetSection
4294 uint64_t PPC64LongBranchTargetSection::getEntryVA(const Symbol *sym, in getEntryVA()
4300 PPC64LongBranchTargetSection::addEntry(const Symbol *sym, int64_t addend) { in addEntry()
4309 size_t PPC64LongBranchTargetSection::getSize() const { in getSize()
4313 void PPC64LongBranchTargetSection::writeTo(uint8_t *buf) { in writeTo()
4332 bool PPC64LongBranchTargetSection::isNeeded() const { in isNeeded()
4845 in.ppc64LongBranchTarget = std::make_unique<PPC64LongBranchTargetSection>(); in createSyntheticSections()