Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1327 class PPC32Got2Section final : public SyntheticSection {
1329 PPC32Got2Section();
1505 std::unique_ptr<PPC32Got2Section> ppc32Got2;
H A DSyntheticSections.cpp4256 PPC32Got2Section::PPC32Got2Section() in PPC32Got2Section() function in PPC32Got2Section
4259 bool PPC32Got2Section::isNeeded() const { in isNeeded()
4270 void PPC32Got2Section::finalizeContents() { in finalizeContents()
4840 in.ppc32Got2 = std::make_unique<PPC32Got2Section>(); in createSyntheticSections()