HomeSort by relevance Sort by last modified time
    Searched refs:AlignmentSource (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/CodeGen/
CGValue.h 125 enum class AlignmentSource {
143 static inline AlignmentSource getFieldAlignmentSource(AlignmentSource Source) {
146 return AlignmentSource::Decl;
221 CharUnits Alignment, AlignmentSource AlignSource,
319 AlignmentSource getAlignmentSource() const {
320 return AlignmentSource(AlignSource);
322 void setAlignmentSource(AlignmentSource Source) {
373 AlignmentSource alignSource,
387 QualType type, AlignmentSource alignSource)
    [all...]
CGExpr.cpp 373 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);
378 AlignmentSource::Decl);
464 AlignmentSource::Decl);
481 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);
    [all...]
CodeGenFunction.h     [all...]
CodeGenFunction.cpp 100 AlignmentSource *Source) {
106 AlignmentSource *Source,
113 if (Source) *Source = AlignmentSource::AttributedType;
118 if (Source) *Source = AlignmentSource::Type;
146 AlignmentSource AlignSource;
156 AlignmentSource AlignSource;
    [all...]
CGObjCRuntime.cpp 144 AlignmentSource::Decl);
CGExprCXX.cpp     [all...]
CGObjC.cpp 151 ElementType, AlignmentSource::Decl);
163 ElementType, AlignmentSource::Decl);
171 ElementType, AlignmentSource::Decl);
    [all...]
CGBlocks.cpp     [all...]
CGStmtOpenMP.cpp 275 AlignmentSource::Decl);
280 FD->getType(), AlignmentSource::Decl);
    [all...]
CGOpenMPRuntime.cpp 720 AlignmentSource::Decl);
    [all...]
CGClass.cpp 132 AlignmentSource *alignSource) {
    [all...]
CGBuiltin.cpp     [all...]

Completed in 849 milliseconds