Home
last modified time | relevance | path

Searched defs:writeGotHeader (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp186 void PPC::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC
H A DRISCV.cpp201 void RISCV::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in RISCV
H A DPPC64.cpp1135 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC64
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h36 virtual void writeGotHeader(uint8_t *buf) const {} writeGotHeader() function