Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp1635 auto &linkerModule = exitOnErr(dbiBuilder.addModuleInfo("* Linker *")); in addSections() local
1636 linkerModule.setPdbFilePathNI(pdbFilePathNI); in addSections()
1637 addCommonLinkerModuleSymbols(nativePath, linkerModule); in addSections()
1641 addLinkerModuleSectionSymbol(linkerModule, *os); in addSections()
1644 createSectionContrib(ctx, c, linkerModule.getModuleIndex()); in addSections()
1654 linkerModule.setFirstSectionContrib(sc); in addSections()