Searched defs:writeGotHeader (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lld/ELF/Arch/ | ||
H A D | SystemZ.cpp | 179 void SystemZ::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in SystemZ |
H A D | PPC.cpp | 186 void PPC::writeGotHeader(uint8_t *buf) const { writeGotHeader() function in PPC |
H A D | RISCV.cpp | 201 void RISCV::writeGotHeader(uint8_t *buf) const { writeGotHeader() function in RISCV |
H A D | PPC64.cpp | 1135 void PPC64::writeGotHeader(uint8_t *buf) const { writeGotHeader() function in PPC64 |
/llvm-project/lld/ELF/ | ||
H A D | Target.h | 37 virtual void writeGotHeader(uint8_t *buf) const {} writeGotHeader() function |