Searched refs:addTypedData (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 65 void SwiftAggLowering::addTypedData(QualType type, CharUnits begin) { in addTypedData() function in SwiftAggLowering 70 addTypedData(recType->getDecl(), begin); in addTypedData() 82 addTypedData(eltType, begin + i * eltSize); in addTypedData() 90 addTypedData(eltLLVMType, begin, begin + eltSize); in addTypedData() 91 addTypedData(eltLLVMType, begin + eltSize, begin + 2 * eltSize); in addTypedData() 104 addTypedData(atomicType->getValueType(), begin); in addTypedData() 116 addTypedData(llvmType, begin); in addTypedData() 120 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) { in addTypedData() function in SwiftAggLowering 121 addTypedData(record, begin, CGM.getContext().getASTRecordLayout(record)); in addTypedData() 124 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin, in addTypedData() function in SwiftAggLowering [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | SwiftCallingConv.h | 63 void addTypedData(QualType type, CharUnits begin); 64 void addTypedData(const RecordDecl *record, CharUnits begin); 65 void addTypedData(const RecordDecl *record, CharUnits begin, 67 void addTypedData(llvm::Type *type, CharUnits begin); 68 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
|