Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h33 uint64_t StackCommit = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp199 return parseNumbers(&Info.StackReserve, &Info.StackCommit); in parseOne()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1018 if (m.StackCommit) in parseModuleDefs()
1019 ctx.config.stackCommit = m.StackCommit; in parseModuleDefs()