Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineFunction.cpp110 void setUnsafeStackSize(const Function &F, MachineFrameInfo &FrameInfo) { in setUnsafeStackSize() function
125 FrameInfo.setUnsafeStackSize(Val); in setUnsafeStackSize()
200 setUnsafeStackSize(F, *FrameInfo); in init()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h810 void setUnsafeStackSize(uint64_t Size) { UnsafeStackSize = Size; } in setUnsafeStackSize() function