Searched refs:ObjectToIndexFileState (Results 1 – 1 of 1) sorted by relevance
1033 StringMap<bool> ObjectToIndexFileState; in runLTO() local1037 [&ObjectToIndexFileState](const std::string &Identifier) { in runLTO()1038 ObjectToIndexFileState[Identifier] = true; in runLTO()1058 auto ObjFilename = ObjectToIndexFileState.insert({Identifier, false}); in runLTO()1104 for (auto &Identifier : ObjectToIndexFileState) in runLTO()