Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h62 std::atomic<DIE *> DeclarationDie = {nullptr}; variable
H A DDWARFLinkerCompileUnit.cpp1433 if (IsDeclaration && !DeclarationDie) { in allocateTypeDie() local