Home
last modified time | relevance | path

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

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