Home
last modified time | relevance | path

Searched refs:getPointerWidth (Results 1 – 20 of 20) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DMicrosoftCXXABI.cpp67 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in isNearlyEmpty()
191 unsigned PtrSize = Target.getPointerWidth(0); in getMemberPointerWidthAndAlign()
DItaniumCXXABI.cpp75 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in isNearlyEmpty()
DMicrosoftMangle.cpp106 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()
114 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()
1928 bool Is64Bit = getASTContext().getTargetInfo().getPointerWidth(0) == 64; in mangleVirtualMemPtrThunk()
DRecordLayoutBuilder.cpp1026 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in LayoutNonVirtualBases()
1615 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(AS)); in LayoutField()
2185 Is64BitMode = Context.getTargetInfo().getPointerWidth(0) == 64; in initializeLayout()
2228 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in initializeCXXLayout()
DASTContext.cpp1392 Context.getTargetInfo().getPointerWidth(0) == 64) in getConstantArrayInfoInChars()
1467 getTargetInfo().getPointerWidth(0) == 64) in getTypeInfoImpl()
1565 Width = Target->getPointerWidth(0); // C++ 3.9.1p11: sizeof(nullptr_t) in getTypeInfoImpl()
1571 Width = Target->getPointerWidth(0); in getTypeInfoImpl()
1587 Width = Target->getPointerWidth(0); in getTypeInfoImpl()
1593 Width = Target->getPointerWidth(0); in getTypeInfoImpl()
1599 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
1609 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
1615 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2358 ArySize.zextOrTrunc(Target->getPointerWidth(getTargetAddressSpace(EltTy))); in getConstantArrayType()
DVTableBuilder.cpp662 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in getCurrentOffsetOffset()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetInfo.h246 uint64_t getPointerWidth(unsigned AddrSpace) const { in getPointerWidth() function
286 bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME in hasInt128Type()
358 unsigned getUnwindWordWidth() const { return getPointerWidth(0); } in getUnwindWordWidth()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DInitPreprocessor.cpp549 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()
574 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder); in InitializePredefinedMacros()
610 Twine((int)TI.getPointerWidth(0))); in InitializePredefinedMacros()
671 getLockFreeValue(TI.getPointerWidth(0), in InitializePredefinedMacros()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersASTChecker.cpp76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {} in WalkAST()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp651 uint64_t Size = CGM.getTarget().getPointerWidth(AS); in CreatePointerLikeType()
986 uint64_t Size = CGM.getTarget().getPointerWidth(AS); in getOrCreateInstanceMethodType()
2761 CGM.getTarget().getPointerWidth(0)); in EmitDeclare()
DCGExprAgg.cpp1279 CGF.getTarget().getPointerWidth(0)); in GetNumNonZeroBytesInInit()
DCGObjCMac.cpp1953 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in BuildGCBlockLayout()
2320 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in getBitmapBlockLayout()
2472 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in BuildRCBlockLayout()
4541 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in BuildAggrIvarLayout()
DItaniumCXXABI.cpp577 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in BuildMemberPointer()
DMicrosoftCXXABI.cpp1447 getContext().getTargetInfo().getPointerWidth(0)); in BuildMemberPointer()
DCodeGenModule.cpp99 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0); in CodeGenModule()
DTargetInfo.cpp5021 unsigned PtrWidth = getTarget().getPointerWidth(0); in EmitVAArg()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp3535 DestWidth = S.Context.getTargetInfo().getPointerWidth(0); in handleModeAttr()
3541 DestWidth = S.Context.getTargetInfo().getPointerWidth(0); in handleModeAttr()
DSemaExprCXX.cpp1595 Context.getTargetInfo().getPointerWidth(0)), in FindAllocationFunctions()
DSemaExpr.cpp10556 unsigned pw = Context.getTargetInfo().getPointerWidth(0); in ActOnGNUNullExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DTargets.cpp4948 Builder.defineMacro("_MIPS_SZPTR", Twine(getPointerWidth(0))); in getTargetDefines()