Searched refs:DstAlignment (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 153 CharUnits DstAlignment, 162 CharUnits DstAlignment, 172 CharUnits DstAlignment, 182 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, 190 CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, 198 CharUnits DstAlignment,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 221 GenUnaryFuncName(StringRef Prefix, CharUnits DstAlignment, ASTContext &Ctx) in GenUnaryFuncName() 224 this->appendStr(llvm::to_string(DstAlignment.getQuantity())); in GenUnaryFuncName() 238 GenBinaryFuncName(StringRef Prefix, CharUnits DstAlignment, in GenBinaryFuncName() 242 this->appendStr(llvm::to_string(DstAlignment.getQuantity())); in GenBinaryFuncName() 287 GenDefaultInitializeFuncName(CharUnits DstAlignment, ASTContext &Ctx) in GenDefaultInitializeFuncName() 289 DstAlignment, Ctx) {} in GenDefaultInitializeFuncName() 304 GenDestructorFuncName(const char *Prefix, CharUnits DstAlignment, in GenDestructorFuncName() 306 : GenUnaryFuncName<GenDestructorFuncName>(Prefix, DstAlignment, Ctx) {} in GenDestructorFuncName() 949 CodeGenModule &CGM, CharUnits DstAlignment, bool IsVolatile, QualType QT) { in getNonTrivialCStructDefaultConstructor() argument 951 GenDefaultInitializeFuncName GenName(DstAlignment, Ctx); in getNonTrivialCStructDefaultConstructor() [all …]
|