HomeSort by: relevance | last modified time | path
    Searched refs:AlignmentSource (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 126 enum class AlignmentSource {
144 static inline AlignmentSource getFieldAlignmentSource(AlignmentSource Source) {
147 return AlignmentSource::Decl;
151 AlignmentSource AlignSource;
154 explicit LValueBaseInfo(AlignmentSource Source = AlignmentSource::Type)
156 AlignmentSource getAlignmentSource() const { return AlignSource; }
157 void setAlignmentSource(AlignmentSource Source) { AlignSource = Source; }
449 LValueBaseInfo(AlignmentSource::Decl), TBAAAccessInfo())
    [all...]
CGExpr.cpp 468 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);
473 AlignmentSource::Decl);
595 LValue LV = MakeAddrLValue(Object, E->getType(), AlignmentSource::Decl);
612 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);
1112 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) {
2450 return CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl);
2526 return CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl);
2543 AlignmentSource::Decl) :
2544 CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl);
2580 AlignmentSource::Decl)
    [all...]
CGOpenMPRuntimeGPU.cpp 1931 AlignmentSource::Decl);
1992 AlignmentSource::Decl);
2281 LValueBaseInfo(AlignmentSource::Type),
2284 LValueBaseInfo(AlignmentSource::Type),
2376 LValueBaseInfo(AlignmentSource::Type),
2380 LValueBaseInfo(AlignmentSource::Type),
2392 LValueBaseInfo(AlignmentSource::Type),
2396 LValueBaseInfo(AlignmentSource::Type),
2553 Private->getExprLoc(), LValueBaseInfo(AlignmentSource::Type),
2558 LValueBaseInfo(AlignmentSource::Type), TBAAAccessInfo())
    [all...]
CGObjCRuntime.cpp 114 LValueBaseInfo(AlignmentSource::Decl),
CodeGenFunction.h 2431 AlignmentSource Source = AlignmentSource::Type) {
2442 AlignmentSource Source = AlignmentSource::Type) {
2461 AlignmentSource Source =
2462 AlignmentSource::Type) {
3763 AlignmentSource Source = AlignmentSource::Type,
3785 AlignmentSource Source = AlignmentSource::Type
    [all...]
CGObjC.cpp 171 ElementType, AlignmentSource::Decl);
182 ElementType, AlignmentSource::Decl);
189 ElementType, AlignmentSource::Decl);
CGStmtOpenMP.cpp 546 AlignmentSource::Decl);
552 FD->getType(), AlignmentSource::Decl);
656 AlignmentSource::Decl);
670 AlignmentSource::Decl);
917 AlignmentSource::Decl),
921 AlignmentSource::Decl));
CGOpenMPRuntime.cpp 1061 AlignmentSource::Decl);
3886 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl),
9177 AlignmentSource::Decl));
12303 BaseLVal = CGF.MakeAddrLValue(Addr, NewType, AlignmentSource::Decl);
12504 CGF.MakeAddrLValue(StructAddr, StructTy, AlignmentSource::Decl);
12558 AlignmentSource::Decl);
12561 AlignmentSource::Decl);
CodeGenModule.cpp 6340 *BaseInfo = LValueBaseInfo(AlignmentSource::AttributedType);
6359 *BaseInfo = LValueBaseInfo(AlignmentSource::Type);
6364 *BaseInfo = LValueBaseInfo(AlignmentSource::Type);
CGExprCXX.cpp 1594 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl)
CGBlocks.cpp 1031 MakeAddrLValue(blockField, type, AlignmentSource::Decl),

Completed in 159 milliseconds