Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h71 Expected<DbiModuleDescriptorBuilder &> addModuleInfo(StringRef ModuleName);
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1083 file->moduleDBI = &exitOnErr(dbiBuilder.addModuleInfo(modName)); in createModuleDBI()
1544 exitOnErr(dbiBuilder.addModuleInfo(file->dllName)); in addImportFilesToPDB()
1551 mod = &exitOnErr(dbiBuilder.addModuleInfo("Import:" + file->dllName)); in addImportFilesToPDB()
1681 auto &linkerModule = exitOnErr(dbiBuilder.addModuleInfo("* Linker *")); in addSections()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp111 DbiStreamBuilder::addModuleInfo(StringRef ModuleName) { in addModuleInfo() function in DbiStreamBuilder
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp836 auto &ModiBuilder = ExitOnErr(DbiBuilder.addModuleInfo(MI.Mod)); in yamlToPdb()