Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h50 unsigned BytesInStackArgArea = 0; variable
181 unsigned getBytesInStackArgArea() const { return BytesInStackArgArea; } in getBytesInStackArgArea()
182 void setBytesInStackArgArea(unsigned bytes) { BytesInStackArgArea = bytes; } in setBytesInStackArgArea()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h368 unsigned BytesInStackArgArea = 0;
562 return BytesInStackArgArea;
566 BytesInStackArgArea = Bytes;