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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp30 void writeGotHeader(uint8_t *buf) const override;
186 void PPC::writeGotHeader(uint8_t *buf) const { function in class:PPC
H A DRISCV.cpp27 void writeGotHeader(uint8_t *buf) const override;
136 void RISCV::writeGotHeader(uint8_t *buf) const { function in class:RISCV
H A DPPC64.cpp288 void writeGotHeader(uint8_t *buf) const override;
755 void PPC64::writeGotHeader(uint8_t *buf) const { function in class:PPC64
/freebsd-13-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.cpp658 target->writeGotHeader(buf);

Completed in 74 milliseconds