Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp1045 StringMap<bool> ObjectToIndexFileState; in runLTO() local
1049 [&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()