Home
last modified time | relevance | path

Searched refs:SwiftAggLowering (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp63 void SwiftAggLowering::addTypedData(QualType type, CharUnits begin) { in addTypedData()
118 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) { in addTypedData()
122 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin, in addTypedData()
183 void SwiftAggLowering::addBitFieldData(const FieldDecl *bitfield, in addBitFieldData()
206 void SwiftAggLowering::addTypedData(llvm::Type *type, CharUnits begin) { in addTypedData()
211 void SwiftAggLowering::addTypedData(llvm::Type *type, in addTypedData()
244 void SwiftAggLowering::addLegalTypedData(llvm::Type *type, in addLegalTypedData()
271 void SwiftAggLowering::addEntry(llvm::Type *type, in addEntry()
399 void SwiftAggLowering::splitVectorEntry(unsigned index) { in splitVectorEntry()
453 bool SwiftAggLowering::shouldMergeEntries(const StorageEntry &first, in shouldMergeEntries()
[all …]
H A DABIInfo.h39 class SwiftAggLowering; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h41 class SwiftAggLowering {
57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering() function