Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h1148 class PPC32Got2Section final : public SyntheticSection {
1150 PPC32Got2Section();
1292 std::unique_ptr<PPC32Got2Section> ppc32Got2;
H A DSyntheticSections.cpp3608 PPC32Got2Section::PPC32Got2Section() in PPC32Got2Section() function in PPC32Got2Section
3611 bool PPC32Got2Section::isNeeded() const { in isNeeded()
3622 void PPC32Got2Section::finalizeContents() { in finalizeContents()
H A DWriter.cpp443 in.ppc32Got2 = std::make_unique<PPC32Got2Section>(); in createSyntheticSections()