Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTargetInfo

5544              !S.Context.getTargetInfo().getCXXABI().isMicrosoft()) {
6018 else if (!Context.getTargetInfo().isTLSSupported()) {
6117 if (!Context.getTargetInfo().isValidGCCRegisterName(Label) &&
6129 const auto &TI = Context.getTargetInfo();
8660 if (nparams == 4 && Context.getTargetInfo().getTriple().isOSDarwin())
10140 if (unsigned MaxAlign = Context.getTargetInfo().getMaxTLSAlign()) {
11154 !Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline()) {
11908 } else if (Context.getTargetInfo().getCXXABI().isMicrosoft()) {
12848 (IsMsStruct || Context.getTargetInfo().getCXXABI().isMicrosoft());
13856 unsigned IntWidth = Context.getTargetInfo().getIntWidth();
14344 unsigned IntWidth = Context.getTargetInfo().getIntWidth();
14345 unsigned CharWidth = Context.getTargetInfo().getCharWidth();
14346 unsigned ShortWidth = Context.getTargetInfo().getShortWidth();
14421 BestWidth = Context.getTargetInfo().getLongWidth();
14426 BestWidth = Context.getTargetInfo().getLongLongWidth();
14453 (BestWidth = Context.getTargetInfo().getLongWidth())) {
14459 BestWidth = Context.getTargetInfo().getLongLongWidth();