Lines Matching defs:Model
1925 StringRef Model;
1928 if (!S.checkStringLiteralArgumentAttr(AL, 0, Model, &LiteralLoc))
1932 if (Model != "global-dynamic" && Model != "local-dynamic"
1933 && Model != "initial-exec" && Model != "local-exec") {
1939 Model != "global-dynamic") {
1940 S.Diag(LiteralLoc, diag::err_aix_attr_unsupported_tls_model) << Model;
1944 D->addAttr(::new (S.Context) TLSModelAttr(S.Context, AL, Model));
3924 // because we have no way to model that a type is "alignment-dependent"
4051 // The unspecified model never matches what a definition could need.
7137 MSInheritanceModel Model) {
7139 if (IA->getInheritanceModel() == Model)
7150 Model)) {