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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1421 auto &linkerModule = exitOnErr(dbiBuilder.addModuleInfo("* Linker *")); local
1422 linkerModule.setPdbFilePathNI(pdbFilePathNI);
1423 addCommonLinkerModuleSymbols(nativePath, linkerModule);
1427 addLinkerModuleSectionSymbol(linkerModule, *os);
1430 createSectionContrib(c, linkerModule.getModuleIndex());
1440 linkerModule.setFirstSectionContrib(sc);

Completed in 108 milliseconds