Home
last modified time | relevance | path

Searched refs:writeGotHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DPPC64.cpp113 void writeGotHeader(uint8_t *Buf) const override;
494 void PPC64::writeGotHeader(uint8_t *Buf) const { in writeGotHeader() function in PPC64
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h32 virtual void writeGotHeader(uint8_t *Buf) const {} in writeGotHeader() function
H A DSyntheticSections.cpp651 Target->writeGotHeader(Buf); in writeTo()