Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h50 bool hasByvalArg() const { return HasByvalArg; } in hasByvalArg()
53 HasByvalArg = HasByval; in setFormalArgInfo()
106 bool HasByvalArg; variable