Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6370 ModulePathStringTableTy::iterator LastSeenModulePath; in parseModuleStringTable() local
6396 LastSeenModulePath = TheIndex->addModulePath(ModulePath, ModuleId); in parseModuleStringTable()
6397 ModuleIdMap[ModuleId] = LastSeenModulePath->first(); in parseModuleStringTable()
6406 if (LastSeenModulePath == TheIndex->modulePaths().end()) in parseModuleStringTable()
6411 LastSeenModulePath->second.second[Pos++] = Val; in parseModuleStringTable()
6414 LastSeenModulePath = TheIndex->modulePaths().end(); in parseModuleStringTable()