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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1744 auto &linkerModule = exitOnErr(dbiBuilder.addModuleInfo("* Linker *")); local
1745 linkerModule.setPdbFilePathNI(pdbFilePathNI);
1746 addCommonLinkerModuleSymbols(nativePath, linkerModule, alloc);
1750 addLinkerModuleSectionSymbol(linkerModule, *os, alloc);
1753 createSectionContrib(c, linkerModule.getModuleIndex());
1763 linkerModule.setFirstSectionContrib(sc);

Completed in 100 milliseconds