Searched defs:addTypedData (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp60 void SwiftAggLowering::addTypedData(QualType type, CharUnits begin) { function in class:SwiftAggLowering
65 addTypedData(recType->getDecl(), begin);
77 addTypedData(eltType, begin + i * eltSize);
85 addTypedData(eltLLVMType, begin, begin + eltSize);
86 addTypedData(eltLLVMType, begin + eltSize, begin + 2 * eltSize);
98 addTypedData(llvmType, begin);
102 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) { function in class:SwiftAggLowering
103 addTypedData(record, begin, CGM.getContext().getASTRecordLayout(record));
106 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin, function in class:SwiftAggLowering
114 addTypedData(fiel
190 void SwiftAggLowering::addTypedData(llvm::Type *type, CharUnits begin) { function in class:SwiftAggLowering
195 void SwiftAggLowering::addTypedData(llvm::Type *type, function in class:SwiftAggLowering
[all...]

Completed in 96 milliseconds