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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h40 uint32_t getModuleIndex() const { return *ModuleIndex; } function in struct:llvm::pdb::StreamInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h65 unsigned getModuleIndex() const { return Layout.Mod; } function in class:llvm::pdb::DbiModuleDescriptorBuilder
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp958 file->moduleDBI->getModuleIndex(), curSymOffset, sym);
1002 sc.Imod = secChunk->file->moduleDBI->getModuleIndex();
1283 uint32_t modi = file->moduleDBI->getModuleIndex();
1678 createSectionContrib(thunk->getChunk(), mod->getModuleIndex());
1753 createSectionContrib(c, linkerModule.getModuleIndex());

Completed in 114 milliseconds