HomeSort by: relevance | last modified time | path
    Searched refs:getTLSKind (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp 46 DeclPtr, D.getTLSKind());
93 assert(!D.getTLSKind() && "should have rejected this");
357 if (Kind == GuardKind::TlsGuard || D->getTLSKind())
493 if (D->getTLSKind()) {
737 (D->getTLSKind() == VarDecl::TLS_Dynamic &&
CodeGenModule.cpp 1136 assert(D.getTLSKind() && "setting TLS mode on non-TLS var!");
3032 if (VD->getTLSKind()) {
3898 if (D->getTLSKind()) {
3899 if (D->getTLSKind() == VarDecl::TLS_Dynamic)
4450 if (D->getTLSKind() == VarDecl::TLS_Dynamic &&
4477 if (D->getTLSKind() && !GV->isThreadLocal()) {
4478 if (D->getTLSKind() == VarDecl::TLS_Dynamic)
4538 if (D->getTLSKind())
4921 if (VD->getTLSKind())
5515 if (VD->getTLSKind())
    [all...]
ItaniumCXXABI.cpp 2377 !D.getTLSKind();
2742 if (CGM.getCodeGenOpts().CXAAtExit || D.getTLSKind())
2743 return emitGlobalDtorWithCXAAtExit(CGF, dtor, addr, D.getTLSKind());
2760 return VD->getTLSKind() == VarDecl::TLS_Dynamic &&
4736 if (D.getTLSKind() != VarDecl::TLS_None)
MicrosoftCXXABI.cpp 2341 if (D.getTLSKind())
2500 bool ThreadlocalStatic = D.getTLSKind();
2564 if (D.getTLSKind())
CGExpr.cpp 2363 LV.setThreadLocalRef(VD->getTLSKind() != VarDecl::TLS_None);
2518 if (VD->getTLSKind() == VarDecl::TLS_Dynamic &&
CGDecl.cpp 274 if (D.getTLSKind())
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp 52 if (VD->getTLSKind())
JSONNodeDumper.cpp 770 switch (VD->getTLSKind()) {
TextNodeDumper.cpp 1675 switch (D->getTLSKind()) {
Decl.cpp 2035 VarDecl::TLSKind VarDecl::getTLSKind() const {
MicrosoftMangle.cpp 3750 Mangler.getStream() << (VD->getTLSKind() ? "??__J" : "??_B");
ExprConstant.cpp 2211 if (Var->getTLSKind())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 4212 if (New->getTLSKind() != Old->getTLSKind()) {
4213 if (!Old->getTLSKind()) {
4216 } else if (!New->getTLSKind()) {
4225 << New->getDeclName() << (New->getTLSKind() == VarDecl::TLS_Dynamic);
6344 var->getTLSKind()) {
13028 if (var->getTLSKind() == VarDecl::TLS_Static) {
13341 if (VD->getTLSKind() && !hasDependentAlignment(VD) &&
13390 if (DLLAttr && VD->getTLSKind()) {
SemaOpenMP.cpp 1622 if ((VD && VD->getTLSKind() != VarDecl::TLS_None &&
2998 if ((VD->getTLSKind() != VarDecl::TLS_None &&
3005 << VD << ((VD->getTLSKind() != VarDecl::TLS_None) ? 0 : 1);
3154 if (VD->getTLSKind() != VarDecl::TLS_None ||
SemaDeclAttr.cpp 3978 VD->getTLSKind() != VarDecl::TLS_None) {
SemaTemplate.cpp 6592 if (Var->getTLSKind()) {
SemaDeclCXX.cpp 1897 << (VD->getTLSKind() == VarDecl::TLS_Dynamic);
SemaExpr.cpp 364 if (VD->getTLSKind() != VarDecl::TLS_None)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 1069 TLSKind getTLSKind() const;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 8142 switch (VD->getTLSKind()) {

Completed in 151 milliseconds