Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DCOFFLinkerContext.h40 MergeChunk *mergeChunkInstances[Log2MaxSectionAlignment + 1] = {};
H A DChunks.h48 enum : unsigned { Log2MaxSectionAlignment = 13 }; enumerator
73 assert(p2Align <= Log2MaxSectionAlignment && in setAlignment()