Searched refs:RefModuleUnit (Results 1 – 4 of 4) sorted by relevance
166 struct RefModuleUnit {167 RefModuleUnit(DWARFFile &File, std::unique_ptr<CompileUnit> Unit); struct 168 RefModuleUnit(RefModuleUnit &&Other);169 RefModuleUnit(const RefModuleUnit &) = delete;174 using ModuleUnitListTy = SmallVector<RefModuleUnit>;235 void addModulesCompileUnit(RefModuleUnit &&Unit);172 FileLinkContext::RefModuleUnit global() argument 173 UnitLinkContext::RefModuleUnit global() argument
49 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in LinkContext() 53 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in RefModuleUnit() 54 LinkContext::RefModuleUnit &&Other)58 LinkContext::RefModuleUnit &&Unit) {439 ModulesCompileUnits.emplace_back(RefModuleUnit{*ErrOrObj, std::move(Unit)}); in loadClangModule() 457 parallelForEach(ModulesCompileUnits, [&](RefModuleUnit &RefModule) { in link() 1057 for (LinkContext::RefModuleUnit &ModuleUnit : Context->ModulesCompileUnits) in forEachObjectSectionsSet() 1080 for (LinkContext::RefModuleUnit in forEachCompileAndTypeUnit() 51 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( RefModuleUnit() function in DWARFLinkerImpl::LinkContext::RefModuleUnit 55 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( RefModuleUnit() function in DWARFLinkerImpl::LinkContext::RefModuleUnit [all...]
401 struct RefModuleUnit { struct402 RefModuleUnit(DWARFFile &File, std::unique_ptr<CompileUnit> Unit) in RefModuleUnit() argument404 RefModuleUnit(RefModuleUnit &&Other) in RefModuleUnit() function406 RefModuleUnit(const RefModuleUnit &) = delete;411 using ModuleUnitListTy = std::vector<RefModuleUnit>; argument497 Error cloneModuleUnit(LinkContext &Context, RefModuleUnit &Unit,
2586 Context.ModuleUnits.emplace_back(RefModuleUnit{*ErrOrObj, std::move(Unit)}); in cloneAllCompileUnits() 3014 Error DWARFLinker::cloneModuleUnit(LinkContext &Context, RefModuleUnit &Unit, in cloneModuleUnit()