Searched refs:ObjectToIndexFileState (Results 1 – 1 of 1) sorted by relevance
1045 StringMap<bool> ObjectToIndexFileState; in runLTO() local1049 [&ObjectToIndexFileState](const std::string &Identifier) { in runLTO()1050 ObjectToIndexFileState[Identifier] = true; in runLTO()1070 auto ObjFilename = ObjectToIndexFileState.insert({Identifier, false}); in runLTO()1115 for (auto &Identifier : ObjectToIndexFileState) in runLTO()