Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h185 uint64_t stackSize() const { return _stackSize; } in stackSize()
186 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize()
466 uint64_t _stackSize = 0; variable