Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp344 const DWARFDebugInfoEntry *ParentEntry = in markParentsAsKeepingChildren() local
355 if (AddToWorklist && !isNamespaceLikeEntry(ParentEntry)) { in markParentsAsKeepingChildren()
358 UnitEntryPairTy{Entry.CU, ParentEntry}, std::nullopt); in markParentsAsKeepingChildren()
370 if (AddToWorklist && !isNamespaceLikeEntry(ParentEntry)) { in markParentsAsKeepingChildren()
373 UnitEntryPairTy{Entry.CU, ParentEntry}, std::nullopt); in markParentsAsKeepingChildren()
381 ParentIdx = ParentEntry->getParentIdx(); in markParentsAsKeepingChildren()
715 const DWARFDebugInfoEntry *ParentEntry = in getRootForSpecifiedEntry() local
717 if (isNamespaceLikeEntry(ParentEntry)) in getRootForSpecifiedEntry()
719 Result.DieEntry = ParentEntry; in getRootForSpecifiedEntry()
H A DTypePool.h132 TypeEntry *ParentEntry) { in getOrCreateTypeEntryBody() argument
139 ParentEntry->getValue().load()->Children.add(Entry); in getOrCreateTypeEntryBody()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp706 Expected<std::optional<Entry>> ParentEntry = getParentDIEEntry(); in dumpParentIdx() local
707 if (!ParentEntry) { in dumpParentIdx()
709 consumeError(ParentEntry.takeError()); in dumpParentIdx()
713 if (!ParentEntry->has_value()) { in dumpParentIdx()
/src/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1726 RedirectingFileSystem::Entry *ParentEntry = nullptr) { in lookupOrCreateEntry() argument
1727 if (!ParentEntry) { // Look for a existent root in lookupOrCreateEntry()
1730 ParentEntry = Root.get(); in lookupOrCreateEntry()
1731 return ParentEntry; in lookupOrCreateEntry()
1735 auto *DE = dyn_cast<RedirectingFileSystem::DirectoryEntry>(ParentEntry); in lookupOrCreateEntry()
1752 if (!ParentEntry) { // Add a new root to the overlay in lookupOrCreateEntry()
1754 ParentEntry = FS->Roots.back().get(); in lookupOrCreateEntry()
1755 return ParentEntry; in lookupOrCreateEntry()
1758 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(ParentEntry); in lookupOrCreateEntry()