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

  /external/clang/include/clang/Basic/
TargetInfo.h 68 unsigned char PointerWidth, PointerAlign;
165 return AddrSpace == 0 ? PointerWidth : getPointerWidthV(AddrSpace);
576 return PointerWidth;
  /external/clang/lib/Basic/
Targets.cpp 409 this->LongWidth = this->LongAlign = this->PointerWidth = this->PointerAlign = 32;
674 if (PointerWidth == 64) {
841 LongWidth = LongAlign = PointerWidth = PointerAlign = 64;
942 PointerWidth = PointerAlign = 32;
952 PointerWidth = PointerAlign = 64;
    [all...]
TargetInfo.cpp 31 PointerWidth = PointerAlign = 32;
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 515 CharUnits PointerWidth =
517 uint64_t VTableOffset = (Index * PointerWidth.getQuantity());
    [all...]
CGCall.cpp 779 unsigned PointerWidth = getContext().Target.getPointerWidth(0);
800 (Context.getTypeSize(ParamType) + PointerWidth - 1) / PointerWidth;
    [all...]
CGVTables.cpp 841 CharUnits PointerWidth =
843 CharUnits OffsetOffset = PointerWidth * OffsetIndex;
    [all...]

Completed in 88 milliseconds