Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTargetInfo

88       Target(C.getTargetInfo()), ABI(createCXXABI(*this)),
110 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
112 C.toCharUnitsFromBits(C.getTargetInfo().getPointerAlign(0)).getQuantity();
114 C.toCharUnitsFromBits(C.getTargetInfo().getIntAlign()).getQuantity();
115 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
431 llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
1400 getContext().getTargetInfo().isTLSSupported() && isa<VarDecl>(Global))
2384 Context.getTargetInfo().getTriple().isOSDarwin() &&
2456 if (Context.getTargetInfo().getCXXABI().isMicrosoft()) {