Home | History | Annotate | Download | only in AST

Lines Matching refs:getTargetInfo

680     return Context.getTargetInfo().getCXXABI();
1049 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
1051 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerAlign(0));
1097 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
1099 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerAlign(0));
1481 CharUnits::fromQuantity(Context.getTargetInfo().getIntWidth() / 8);
1655 Context.getTargetInfo().getCharAlign()));
1668 Context.getTargetInfo().getCharAlign()));
1789 Context.getTargetInfo().getCharAlign()));
1808 Context.getTargetInfo().getCharAlign()));
1830 else if (!Context.getTargetInfo().useBitFieldTypeAlignment() &&
1831 Context.getTargetInfo().useZeroLengthBitfieldAlignment()) {
1845 Context.getTargetInfo().getCharAlign()));
1898 Context.getTargetInfo().getCharAlign()));
1954 Context.getTargetInfo().getZeroLengthBitfieldBoundary();
1969 if (!Context.getTargetInfo().useBitFieldTypeAlignment() && !ZeroLengthBitfield)
1973 (!Context.getTargetInfo().useBitFieldTypeAlignment() && !ZeroLengthBitfield))
1999 if (!D->getIdentifier() && !Context.getTargetInfo().useZeroLengthBitfieldAlignment())
2023 Context.getTargetInfo().getCharAlign()));
2063 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(AS));
2065 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerAlign(AS));
2075 Context.getTargetInfo().getZeroLengthBitfieldBoundary());
2088 assert(Context.getTargetInfo().useZeroLengthBitfieldAlignment() &&
2222 unsigned CharBitNum = Context.getTargetInfo().getCharWidth();
2316 unsigned CharBitNum = Context.getTargetInfo().getCharWidth();
2368 Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline();
2504 mustSkipTailPadding(getTargetInfo().getCXXABI(), cast<CXXRecordDecl>(D));
2684 !C.getTargetInfo().getCXXABI().isMicrosoft()) {