Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp1653 auto &linkerModule = exitOnErr(dbiBuilder.addModuleInfo("* Linker *")); in addSections() local
1654 linkerModule.setPdbFilePathNI(pdbFilePathNI); in addSections()
1655 addCommonLinkerModuleSymbols(nativePath, linkerModule); in addSections()
1659 addLinkerModuleSectionSymbol(linkerModule, *os, ctx.config.mingw); in addSections()
1662 createSectionContrib(ctx, c, linkerModule.getModuleIndex()); in addSections()
1672 linkerModule.setFirstSectionContrib(sc); in addSections()