llvm-project/llvm/lib/DebugInfo/GSYM
Greg Clayton 14850a0628 Log to the right stream in DwarfTransformer::handleDie().
Since we might end up using multiple threads when logging information in the DWARFTransformer, the handleDie() method must use the supplied stream named "OS" when logging warnings and errors. When we use multiple threads, we log to a thread specific stream buffer and then use a mutex to ensure our output doesn't overlap when we emit warnings and errors after a thread is done.

Differential Revision: https://reviews.llvm.org/D109401
2021-09-08 14:00:19 -07:00
..
CMakeLists.txt
DwarfTransformer.cpp Log to the right stream in DwarfTransformer::handleDie(). 2021-09-08 14:00:19 -07:00
FileWriter.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
FunctionInfo.cpp
GsymCreator.cpp Fix a case where multiple symbols with zero size would cause duplicate entries in gsym files. 2021-06-28 18:26:26 -07:00
GsymReader.cpp
Header.cpp
InlineInfo.cpp
LineTable.cpp
LookupResult.cpp
ObjectFileTransformer.cpp
Range.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00