Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp460 std::string ThreadLogStorage; in convert() local
461 raw_string_ostream ThreadOS(ThreadLogStorage); in convert()
464 if (!ThreadLogStorage.empty()) { in convert()
467 Log << ThreadLogStorage; in convert()