Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DPPC.cpp185 void PPC::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC
DRISCV.cpp136 void RISCV::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in RISCV
DPPC64.cpp1061 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader() function in PPC64
/external/llvm-project/lld/ELF/
DTarget.h33 virtual void writeGotHeader(uint8_t *buf) const {} in writeGotHeader() function