Home
last modified time | relevance | path

Searched defs:setLocalStackSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h131 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } in setLocalStackSize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h173 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h248 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize() function