Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1431 DIE *DeclarationDie = TypeDescriptor->DeclarationDie; in allocateTypeDie() local
1434 if (IsDeclaration && !DeclarationDie) { in allocateTypeDie()
1437 if (TypeDescriptor->DeclarationDie.compare_exchange_weak(DeclarationDie, in allocateTypeDie()
1446 TypeDescriptor->DeclarationDie = NewDie; in allocateTypeDie()
1449 } else if (!IsDeclaration && IsParentDeclaration && !DeclarationDie) { in allocateTypeDie()
1453 if (TypeDescriptor->DeclarationDie.compare_exchange_weak(DeclarationDie, in allocateTypeDie()