Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp1033 StringMap<bool> ObjectToIndexFileState; in runLTO() local
1037 [&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()