Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1689 auto &linkerModule = exitOnErr(dbiBuilder.addModuleInfo("* Linker *")); in addSections() local
1690 linkerModule.setPdbFilePathNI(pdbFilePathNI); in addSections()
1691 addCommonLinkerModuleSymbols(nativePath, linkerModule); in addSections()
1695 addLinkerModuleSectionSymbol(linkerModule, *os, ctx.config.mingw); in addSections()
1698 createSectionContrib(ctx, c, linkerModule.getModuleIndex()); in addSections()
1708 linkerModule.setFirstSectionContrib(sc); in addSections()