Searched refs:PPC32GlinkSection (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp78 for (const Symbol *sym : cast<PPC32GlinkSection>(in.plt)->canonical_plts) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h707 class PPC32GlinkSection : public PltSection { class in namespace:lld::elf
709 PPC32GlinkSection();
H A DSyntheticSections.cpp2543 PPC32GlinkSection::PPC32GlinkSection() {
2548 void PPC32GlinkSection::writeTo(uint8_t *buf) {
2552 size_t PPC32GlinkSection::getSize() const {
H A DRelocations.cpp1234 cast<PPC32GlinkSection>(in.plt)->canonical_plts.push_back(&sym);
H A DWriter.cpp551 in.plt = config->emachine == EM_PPC ? make<PPC32GlinkSection>()

Completed in 210 milliseconds