Home
last modified time | relevance | path

Searched refs:PointerWidthInBits (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTypeCache.h92 unsigned char PointerWidthInBits; member
HDCGExpr.cpp4447 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()
4451 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitArraySectionExpr()
4455 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()
4511 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()
HDCGDebugInfo.cpp5324 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()
HDCodeGenModule.cpp358 PointerWidthInBits = C.getTargetInfo().getPointerWidth(LangAS::Default); in CodeGenModule()