Searched refs:DeclarationDie (Results 1 – 2 of 2) sorted by relevance
37 assert(DeclarationDie); in getFinalDie()38 return *DeclarationDie; in getFinalDie()62 std::atomic<DIE *> DeclarationDie = {nullptr}; variable
1427 DIE *DeclarationDie = TypeDescriptor->DeclarationDie; in allocateTypeDie() local1430 if (IsDeclaration && !DeclarationDie) { in allocateTypeDie()1433 if (TypeDescriptor->DeclarationDie.compare_exchange_strong(DeclarationDie, in allocateTypeDie()1442 TypeDescriptor->DeclarationDie = NewDie; in allocateTypeDie()1445 } else if (!IsDeclaration && IsParentDeclaration && !DeclarationDie) { in allocateTypeDie()1449 if (TypeDescriptor->DeclarationDie.compare_exchange_strong(DeclarationDie, in allocateTypeDie()