Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h40 uint32_t getModuleIndex() const { return *ModuleIndex; } in getModuleIndex() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h111 unsigned getModuleIndex() const { return Layout.Mod; } in getModuleIndex() function
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp621 file->moduleDBI->getModuleIndex(), moduleSymOffset, in analyzeSymbolSubsection()
730 sc.Imod = secChunk->file->moduleDBI->getModuleIndex(); in createSectionContrib()
1078 uint32_t modi = file->moduleDBI->getModuleIndex(); in createModuleDBI()
1567 createSectionContrib(thunk->getChunk(), mod->getModuleIndex()); in addImportFilesToPDB()
1644 createSectionContrib(c, linkerModule.getModuleIndex()); in addSections()