Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.h116 std::array<uint8_t, 4> getFiller();
DOutputSections.cpp343 std::array<uint8_t, 4> filler = getFiller(); in writeTo()
530 std::array<uint8_t, 4> OutputSection::getFiller() { in getFiller() function in OutputSection