Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h143 unsigned char PointerWidthInBits; member
HDCodeGenModule.cpp107 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0); in CodeGenModule()
111 IntPtrTy = llvm::IntegerType::get(LLVMContext, PointerWidthInBits); in CodeGenModule()
HDCGDebugInfo.cpp3086 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()
HDCGExprScalar.cpp2458 if (width != CGF.PointerWidthInBits) { in emitPointerArithmetic()