Home
last modified time | relevance | path

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

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