Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DConfig.h59 uint64_t zStackSize; member
H A DWriter.cpp245 if (config->zStackSize != alignTo(config->zStackSize, stackAlignment)) in layoutMemory()
247 log("mem: stack size = " + Twine(config->zStackSize)); in layoutMemory()
249 memoryPtr += config->zStackSize; in layoutMemory()
H A DDriver.cpp402 config->zStackSize = in readConfigs()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h286 uint64_t zStackSize; member
H A DWriter.cpp2417 addHdr(PT_GNU_STACK, perm)->p_memsz = config->zStackSize; in createPhdrs()
H A DDriver.cpp1250 config->zStackSize = args::getZOptionValue(args, OPT_z, "stack-size", 0); in readConfigs()