Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp401 auto ChildCUDie = CU->getUnitDIE(); in loadClangModule() local
402 if (!ChildCUDie) in loadClangModule()
404 if (!registerModuleReference(ChildCUDie, Loader, OnCUDieLoaded, Indent)) { in loadClangModule()
415 uint64_t PCMDwoId = getDwoId(ChildCUDie); in loadClangModule()
428 if (!ChildCUDie.hasChildren()) in loadClangModule()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2552 auto ChildCUDie = CU->getUnitDIE(); in loadClangModule() local
2553 if (!ChildCUDie) in loadClangModule()
2555 if (!registerModuleReference(ChildCUDie, Context, Loader, OnCUDieLoaded, in loadClangModule()
2567 uint64_t PCMDwoId = getDwoId(ChildCUDie); in loadClangModule()