Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1594 auto &LinkerModule = ExitOnErr(DbiBuilder.addModuleInfo("* Linker *")); in addSections() local
1595 LinkerModule.setPdbFilePathNI(PdbFilePathNI); in addSections()
1596 addCommonLinkerModuleSymbols(NativePath, LinkerModule, Alloc); in addSections()
1600 addLinkerModuleSectionSymbol(LinkerModule, *OS, Alloc); in addSections()
1603 createSectionContrib(C, LinkerModule.getModuleIndex()); in addSections()