Searched refs:addTypedData (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 64 void SwiftAggLowering::addTypedData(QualType type, CharUnits begin) { in addTypedData() function in SwiftAggLowering 69 addTypedData(recType->getDecl(), begin); in addTypedData() 81 addTypedData(eltType, begin + i * eltSize); in addTypedData() 89 addTypedData(eltLLVMType, begin, begin + eltSize); in addTypedData() 102 addTypedData(llvmType, begin); in addTypedData() 118 addTypedData(field->getType(), begin); in addTypedData() 133 addTypedData(CGM.Int8PtrTy, begin); in addTypedData() 156 addTypedData(field->getType(), in addTypedData() 196 addTypedData(type, begin, begin + getTypeStoreSize(CGM, type)); in addTypedData() 199 void SwiftAggLowering::addTypedData(llvm::Type *type, in addTypedData() function in SwiftAggLowering [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | SwiftCallingConv.h | 64 void addTypedData(QualType type, CharUnits begin); 65 void addTypedData(const RecordDecl *record, CharUnits begin); 66 void addTypedData(const RecordDecl *record, CharUnits begin, 68 void addTypedData(llvm::Type *type, CharUnits begin); 69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
|