Home
last modified time | relevance | path

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

/external/llvm/tools/gold/
Dgold-plugin.cpp336 std::string ErrStorage; in diagnosticHandler() local
338 raw_string_ostream OS(ErrStorage); in diagnosticHandler()
346 ErrStorage.c_str()); in diagnosticHandler()
356 message(Level, "LLVM gold plugin: %s", ErrStorage.c_str()); in diagnosticHandler()