Home
last modified time | relevance | path

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

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