Home
last modified time | relevance | path

Searched refs:ppc64LongBranchTarget (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DThunks.cpp384 in.ppc64LongBranchTarget->addEntry(&dest, addend)) { in PPC64PILongBranchThunk()
386 target->relativeRel, *in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()
397 in.ppc64LongBranchTarget->addEntry(&dest, addend); in PPC64PDLongBranchThunk()
935 in.ppc64LongBranchTarget->addEntry(&destination, addend); in writeTo()
937 in.ppc64LongBranchTarget->getEntryVA(&destination, addend) - in writeTo()
1026 int64_t offset = in.ppc64LongBranchTarget->getEntryVA(&destination, addend) - in writeTo()
H A DWriter.cpp467 in.ppc64LongBranchTarget = std::make_unique<PPC64LongBranchTargetSection>(); in createSyntheticSections()
468 add(*in.ppc64LongBranchTarget); in createSyntheticSections()
2167 finalizeSynthetic(in.ppc64LongBranchTarget.get()); in finalizeSections()
H A DSyntheticSections.h1268 std::unique_ptr<PPC64LongBranchTargetSection> ppc64LongBranchTarget; member
H A DSyntheticSections.cpp3840 ppc64LongBranchTarget.reset(); in reset()