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

  /external/clang/include/clang/Basic/
TargetInfo.h 237 unsigned getCharAlign() const { return 8; } // FIXME
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 120 uint64_t AlignmentBits = CGF.CGM.getContext().getTargetInfo().getCharAlign();
CGRecordLayoutBuilder.cpp 279 unsigned CharAlign = Types.getContext().getTargetInfo().getCharAlign();
458 FieldSize, Types.getContext().getTargetInfo().getCharAlign());
    [all...]
CGExprConstant.cpp 171 Context.getTargetInfo().getCharAlign()));
    [all...]

Completed in 190 milliseconds