Home
last modified time | relevance | path

Searched defs:isSRet (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DTarget.h49 bool isSRet() const { return sret; } in isSRet() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h82 bool isSRet() const { return IsSRet; } isSRet() function