Home
last modified time | relevance | path

Searched refs:DeclarationDie (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h37 assert(DeclarationDie); in getFinalDie()
38 return *DeclarationDie; in getFinalDie()
62 std::atomic<DIE *> DeclarationDie = {nullptr}; variable
H A DDWARFLinkerCompileUnit.cpp1427 DIE *DeclarationDie = TypeDescriptor->DeclarationDie; in allocateTypeDie() local
1430 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()