Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DThunks.cpp385 in.ppc64LongBranchTarget->addEntry(&dest, addend)) { in PPC64PILongBranchThunk()
387 target->relativeRel, in.ppc64LongBranchTarget, *index * UINT64_C(8), in PPC64PILongBranchThunk()
398 in.ppc64LongBranchTarget->addEntry(&dest, addend); in PPC64PDLongBranchThunk()
958 in.ppc64LongBranchTarget->addEntry(&destination, addend); in writeTo()
960 in.ppc64LongBranchTarget->getEntryVA(&destination, addend) - in writeTo()
1049 int64_t offset = in.ppc64LongBranchTarget->getEntryVA(&destination, addend) - in writeTo()
H A DWriter.cpp512 in.ppc64LongBranchTarget = make<PPC64LongBranchTargetSection>(); in createSyntheticSections()
513 add(in.ppc64LongBranchTarget); in createSyntheticSections()
2229 finalizeSynthetic(in.ppc64LongBranchTarget); in finalizeSections()
H A DSyntheticSections.h1253 PPC64LongBranchTargetSection *ppc64LongBranchTarget; member