Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h32 virtual void writeGotHeader(uint8_t *Buf) const {} in writeGotHeader() function
/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DPPC64.cpp494 void PPC64::writeGotHeader(uint8_t *Buf) const { in writeGotHeader() function in PPC64