Home
last modified time | relevance | path

Searched refs:copyShtGroup (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputSection.h391 template <class ELFT> void copyShtGroup(uint8_t *buf);
DInputSection.cpp378 template <class ELFT> void InputSection::copyShtGroup(uint8_t *buf) { in copyShtGroup() function in InputSection
1258 copyShtGroup<ELFT>(buf + outSecOff); in writeTo()