Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DThunks.cpp281 In.PPC64LongBranchTarget->addEntry(Dest); in PPC64PILongBranchThunk()
282 In.RelaDyn->addReloc({Target->RelativeRel, In.PPC64LongBranchTarget, in PPC64PILongBranchThunk()
292 In.PPC64LongBranchTarget->addEntry(Dest); in PPC64PDLongBranchThunk()
H A DSymbols.cpp154 return In.PPC64LongBranchTarget->getVA() + in getPPC64LongBranchTableVA()
H A DWriter.cpp379 In.PPC64LongBranchTarget = make<PPC64LongBranchTargetSection>(); in createSyntheticSections()
380 Add(In.PPC64LongBranchTarget); in createSyntheticSections()
1815 finalizeSynthetic(In.PPC64LongBranchTarget); in finalizeSections()
H A DSyntheticSections.h1015 PPC64LongBranchTargetSection *PPC64LongBranchTarget; member