Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTargetInfo

58   switch (CGM.getContext().getTargetInfo().getCXXABI().getKind()) {
102 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
104 C.toCharUnitsFromBits(C.getTargetInfo().getPointerAlign(0)).getQuantity();
105 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
235 return getContext().getTargetInfo().getTriple().isOSDarwin();
2296 if (const char *Sect = getContext().getTargetInfo().getCFStringSection())
2419 ? getContext().getTargetInfo().getNSStringNonFragileABISection()
2420 : getContext().getTargetInfo().getNSStringSection())