Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp951 uint64_t stackSizeVal; in parse() local
952 if (parseNumberBase16(stackSize->getValue(), stackSizeVal)) { in parse()
956 if ((stackSizeVal % ctx.pageSize()) != 0) { in parse()
962 ctx.setStackSize(stackSizeVal); in parse()