Home
last modified time | relevance | path

Searched refs:addTypedData (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp69 addTypedData(recType->getDecl(), begin); in addTypedData()
81 addTypedData(eltType, begin + i * eltSize); in addTypedData()
89 addTypedData(eltLLVMType, begin, begin + eltSize); in addTypedData()
103 addTypedData(atomicType->getValueType(), begin); in addTypedData()
115 addTypedData(llvmType, begin); in addTypedData()
131 addTypedData(field->getType(), begin); in addTypedData()
146 addTypedData(CGM.Int8PtrTy, begin); in addTypedData()
169 addTypedData(field->getType(), in addTypedData()
209 addTypedData(type, begin, begin + getTypeStoreSize(CGM, type)); in addTypedData()
212 void SwiftAggLowering::addTypedData(llvm::Type *type, in addTypedData() function in SwiftAggLowering
[all …]
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h63 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);