Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DChunks.h49 enum : unsigned { Log2MaxSectionAlignment = 13 }; enumerator
74 assert(p2Align <= Log2MaxSectionAlignment && in setAlignment()
413 static MergeChunk *instances[Log2MaxSectionAlignment + 1];
DChunks.cpp863 MergeChunk *MergeChunk::instances[Log2MaxSectionAlignment + 1] = {};