Home
last modified time | relevance | path

Searched defs:setStackSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h186 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h554 void setStackSize(uint64_t Size) { StackSize = Size; } in setStackSize() function