Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp381 uint64_t requiredModulus = atomAlign.modulus; in appendAtom() local
383 if ( currentModulus != requiredModulus ) { in appendAtom()
384 if ( requiredModulus > currentModulus ) in appendAtom()
385 offset += requiredModulus-currentModulus; in appendAtom()
387 offset += align+requiredModulus-currentModulus; in appendAtom()