Home
last modified time | relevance | path

Searched refs:getIntAlign (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypeCache.h81 CharUnits getIntAlign() const { in getIntAlign() function
H A DCGBlocks.cpp462 assert(CGM.getIntAlign() <= GenPtrAlign); in initializeForBlockHeader()
491 assert(CGM.getIntAlign() <= CGM.getPointerAlign()); in initializeForBlockHeader()
H A DCGObjCGNU.cpp1694 CharUnits Align = CGM.getIntAlign(); in EmitIvarOffset()
4100 CharUnits Align = CGM.getIntAlign(); in EmitIvarOffset()
H A DCGException.cpp2118 llvm::Value *Code = Builder.CreateAlignedLoad(Int32Ty, Rec, getIntAlign()); in EmitSEHExceptionCodeSave()
H A DCGExpr.cpp3431 Address CheckKindAddr(V, getIntAlign()); in EmitCfiCheckFail()
5158 Builder.CreateAlignedLoad(PrefixSigType, CalleeSigPtr, getIntAlign()); in EmitCall()
H A DMicrosoftCXXABI.cpp2409 CharUnits Align = CGM.getIntAlign(); in getInitThreadEpochPtr()
H A DCodeGenModule.cpp125 C.toCharUnitsFromBits(C.getTargetInfo().getIntAlign()).getQuantity(); in CodeGenModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DNVPTX.cpp117 IntAlign = HostTarget->getIntAlign(); in NVPTXTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftCXXABI.cpp287 MPI.Align = Target.getIntAlign(); in getMemberPointerInfo()
H A DASTContext.cpp2035 Align = Target->getIntAlign(); in getTypeInfoImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp317 case UnsignedInt: return getIntAlign(); in getTypeAlign()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h452 unsigned getIntAlign() const { return IntAlign; } in getIntAlign() function