Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h1098 class PPC32Got2Section final : public SyntheticSection {
1100 PPC32Got2Section();
1216 PPC32Got2Section *ppc32Got2;
DSyntheticSections.cpp3575 PPC32Got2Section::PPC32Got2Section() in PPC32Got2Section() function in PPC32Got2Section
3578 bool PPC32Got2Section::isNeeded() const { in isNeeded()
3589 void PPC32Got2Section::finalizeContents() { in finalizeContents()
DWriter.cpp507 in.ppc32Got2 = make<PPC32Got2Section>(); in createSyntheticSections()