Home | History | Annotate | Download | only in AST

Lines Matching refs:getTargetInfo

682     return Context.getTargetInfo().getCXXABI();
1021 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
1023 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerAlign(0));
1296 Context.getTargetInfo().getCharAlign()));
1366 uint64_t CharAlignment = Context.getTargetInfo().getCharAlign();
1420 Context.getTargetInfo().getCharAlign()));
1531 if (!IsMsStruct && !Context.getTargetInfo().useBitFieldTypeAlignment()) {
1534 Context.getTargetInfo().useZeroLengthBitfieldAlignment()) {
1538 Context.getTargetInfo().getZeroLengthBitfieldBoundary();
1627 !Context.getTargetInfo().useZeroLengthBitfieldAlignment() &&
1645 (FieldSize ? TypeSize : Context.getTargetInfo().getCharWidth());
1671 uint64_t CharAlignment = Context.getTargetInfo().getCharAlign();
1719 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(AS));
1721 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerAlign(AS));
1856 unsigned CharBitNum = Context.getTargetInfo().getCharWidth();
1944 unsigned CharBitNum = Context.getTargetInfo().getCharWidth();
1997 Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline();
2104 return Context.getTargetInfo().getCXXABI().isMicrosoft();
2414 RequiredAlignment = Context.getTargetInfo().getTriple().isArch64Bit()
2426 if (PackedAlignment <= Context.getTargetInfo().getPointerWidth(0))
2452 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
2454 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerAlign(0));
2932 mustSkipTailPadding(getTargetInfo().getCXXABI(), RD);
2972 if (!getTargetInfo().getCXXABI().hasKeyFunctions())