Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.h40 uint32_t getModuleIndex() const { return *ModuleIndex; } in getModuleIndex() function
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h65 unsigned getModuleIndex() const { return Layout.Mod; } in getModuleIndex() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h65 unsigned getModuleIndex() const { return Layout.Mod; } in getModuleIndex() function
/external/llvm-project/lld/COFF/
DPDB.cpp583 file->moduleDBI->getModuleIndex(), curSymOffset, sym); in mergeSymbolRecords()
617 sc.Imod = secChunk->file->moduleDBI->getModuleIndex(); in createSectionContrib()
885 uint32_t modi = file->moduleDBI->getModuleIndex(); in createModuleDBI()
1347 createSectionContrib(thunk->getChunk(), mod->getModuleIndex()); in addImportFilesToPDB()
1424 createSectionContrib(c, linkerModule.getModuleIndex()); in addSections()