Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h40 uint32_t getModuleIndex() const { return *ModuleIndex; } in getModuleIndex() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h109 unsigned getModuleIndex() const { return Layout.Mod; } in getModuleIndex() function
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp615 file->moduleDBI->getModuleIndex(), moduleSymOffset, in analyzeSymbolSubsection()
725 sc.Imod = secChunk->file->moduleDBI->getModuleIndex(); in createSectionContrib()
1077 uint32_t modi = file->moduleDBI->getModuleIndex(); in createModuleDBI()
1569 createSectionContrib(ctx, thunk->getChunk(), mod->getModuleIndex()); in addImportFilesToPDB()
1644 createSectionContrib(ctx, c, linkerModule.getModuleIndex()); in addSections()