Searched refs:valueAlignment (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 2557 CharUnits valueAlignment = in buildByrefHelpers() local 2566 CGM, byrefInfo, CXXByrefHelpers(valueAlignment, type, copyExpr)); in buildByrefHelpers() 2570 CGM, byrefInfo, AddressDiscriminatedByrefHelpers(valueAlignment, type)); in buildByrefHelpers() 2577 CGM, byrefInfo, NonTrivialCStructByrefHelpers(valueAlignment, type)); in buildByrefHelpers() 2599 ARCWeakByrefHelpers(valueAlignment)); in buildByrefHelpers() 2607 ARCStrongBlockByrefHelpers(valueAlignment)); in buildByrefHelpers() 2613 ARCStrongByrefHelpers(valueAlignment)); in buildByrefHelpers() 2633 ObjectByrefHelpers(valueAlignment, flags)); in buildByrefHelpers()
|