Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp590 std::string ThreadLogStorage; in convert() local
591 raw_string_ostream ThreadOS(ThreadLogStorage); in convert()
594 if (OS && !ThreadLogStorage.empty()) { in convert()
597 *OS << ThreadLogStorage; in convert()