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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp28 void writeGotHeader(uint8_t *buf) const override;
135 void RISCV::writeGotHeader(uint8_t *buf) const { function in class:lld::elf::RISCV
H A DPPC.cpp31 void writeGotHeader(uint8_t *buf) const override;
182 void PPC::writeGotHeader(uint8_t *buf) const { function in class:lld::elf::PPC
H A DPPC64.cpp209 void writeGotHeader(uint8_t *buf) const override;
649 void PPC64::writeGotHeader(uint8_t *buf) const { function in class:lld::elf::PPC64
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h33 virtual void writeGotHeader(uint8_t *buf) const {} function in class:lld::elf::TargetInfo
H A DSyntheticSections.cpp655 target->writeGotHeader(buf);

Completed in 151 milliseconds