Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h186 uint64_t stackSize() const { return _stackSize; } in stackSize()
187 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize()
469 uint64_t _stackSize = 0; variable