Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp65 void SwiftAggLowering::addTypedData(QualType type, CharUnits begin) { in addTypedData()
120 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) { in addTypedData()
124 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin, in addTypedData()
185 void SwiftAggLowering::addBitFieldData(const FieldDecl *bitfield, in addBitFieldData()
208 void SwiftAggLowering::addTypedData(llvm::Type *type, CharUnits begin) { in addTypedData()
213 void SwiftAggLowering::addTypedData(llvm::Type *type, in addTypedData()
246 void SwiftAggLowering::addLegalTypedData(llvm::Type *type, in addLegalTypedData()
273 void SwiftAggLowering::addEntry(llvm::Type *type, in addEntry()
401 void SwiftAggLowering::splitVectorEntry(unsigned index) { in splitVectorEntry()
456 bool SwiftAggLowering::shouldMergeEntries(const StorageEntry &first, in shouldMergeEntries()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h41 class SwiftAggLowering {
57 SwiftAggLowering(CodeGenModule &CGM) : CGM(CGM) {} in SwiftAggLowering() function