Home
last modified time | relevance | path

Searched refs:ModuleInitialFileIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp124 uint32_t Off = Modules->ModuleInitialFileIndex[Modi] + Filei; in setValue()
225 ModuleInitialFileIndex.resize(FileInfoHeader->NumModules); in initializeFileInfo()
229 ModuleInitialFileIndex[I] = NextFileIndex; in initializeFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h101 std::vector<uint32_t> ModuleInitialFileIndex; variable