Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOutputSections.h118 std::array<uint8_t, 4> getFiller();
DOutputSections.cpp343 std::array<uint8_t, 4> filler = getFiller(); in writeTo()
534 std::array<uint8_t, 4> OutputSection::getFiller() { in getFiller() function in OutputSection