Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsMachineFunction.h45 bool hasByvalArg() const { return HasByvalArg; } in hasByvalArg()
48 HasByvalArg = HasByval; in setFormalArgInfo()
103 bool HasByvalArg; variable