reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
10146   auto *A = new (C) TLSModelAttr(C, *this, getModel());
10159     OS << " __attribute__((tls_model(\"" << getModel() << "\")))";
10163     OS << " [[gnu::tls_model(\"" << getModel() << "\")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  714     OS << " \"" << SA->getModel() << "\"";
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1684     Record.AddString(SA->getModel());
tools/clang/lib/CodeGen/CodeGenModule.cpp
  929     TLM = GetLLVMTLSModel(Attr->getModel());