Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h132 TypeEntry *ParentEntry) { in getOrCreateTypeEntryBody() argument
139 ParentEntry->getValue().load()->Children.add(Entry); in getOrCreateTypeEntryBody()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1739 RedirectingFileSystem::Entry *ParentEntry = nullptr) { in lookupOrCreateEntry() argument
1740 if (!ParentEntry) { // Look for a existent root in lookupOrCreateEntry()
1743 ParentEntry = Root.get(); in lookupOrCreateEntry()
1744 return ParentEntry; in lookupOrCreateEntry()
1748 auto *DE = dyn_cast<RedirectingFileSystem::DirectoryEntry>(ParentEntry); in lookupOrCreateEntry()
1765 if (!ParentEntry) { // Add a new root to the overlay in lookupOrCreateEntry()
1767 ParentEntry = FS->Roots.back().get(); in lookupOrCreateEntry()
1768 return ParentEntry; in lookupOrCreateEntry()
1771 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(ParentEntry); in lookupOrCreateEntry()