Home
last modified time | relevance | path

Searched defs:setByVal (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h81 void setByVal() { IsByVal = 1; } in setByVal() function
/external/llvm/include/llvm/Target/
DTargetCallingConv.h83 void setByVal() { Flags |= One << ByValOffs; } in setByVal() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h86 void setByVal() { IsByVal = 1; } in setByVal() function