Home
last modified time | relevance | path

Searched defs:ByVal (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DAttributes.h73 ByVal, ///< Pass structure by value enumerator
/external/llvm/include/llvm/Target/
DTargetCallingConv.h36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value member
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3448 struct ByValArgInfo ByVal; in handleByValArg() local
3494 void MipsTargetLowering::MipsCC::allocateRegs(ByValArgInfo &ByVal, in allocateRegs()
3581 const MipsCC &CC, const ByValArgInfo &ByVal, in passByValArg()
/external/clang/lib/CodeGen/
DTargetInfo.cpp790 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult()