HomeSort by relevance Sort by last modified time
    Searched refs:PointerWidthInBits (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 141 unsigned char PointerWidthInBits;
    [all...]
CodeGenModule.cpp 104 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
108 IntPtrTy = llvm::IntegerType::get(LLVMContext, PointerWidthInBits);
    [all...]
CGDebugInfo.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 65 milliseconds