Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dstmtexpr.cpp141 struct ByVal { int x[3]; }; struct
/llvm-project/clang/lib/CodeGen/Targets/
H A DLanai.cpp68 ABIArgInfo LanaiABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult()
H A DX86.cpp607 getIndirectResult(QualType Ty,bool ByVal,CCState & State) const getIndirectResult() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp174 ABIArgInfo ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByVal, in getNaturalAlignIndirect() argument
/llvm-project/llvm/unittests/IR/
H A DAttributesTest.cpp51 Attribute ByVal = Attribute::get(C, Attribute::ByVal, Type::getInt32Ty(C)); TEST() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp844 bool ByVal = Flags.isByVal(); LowerFormalArguments() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4348 bool ByVal = CB.paramHasAttr(i, Attribute::ByVal); visitCallBase() local
[all...]