Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h141 unsigned char PointerWidthInBits; member
DCodeGenModule.cpp104 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0); in CodeGenModule()
108 IntPtrTy = llvm::IntegerType::get(LLVMContext, PointerWidthInBits); in CodeGenModule()
DCGDebugInfo.cpp3141 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()
DCGExprScalar.cpp2437 if (width != CGF.PointerWidthInBits) { in emitPointerArithmetic()