Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/
H A DRelocations.cpp143 static constexpr uint64_t buildMask() { return 0; } buildMask() function
146 static constexpr uint64_t buildMask(int head, Tails... tails) { buildMask() function