forked from OSchip/llvm-project
14850a0628
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DwarfTransformer.cpp | ||
FileWriter.cpp | ||
FunctionInfo.cpp | ||
GsymCreator.cpp | ||
GsymReader.cpp | ||
Header.cpp | ||
InlineInfo.cpp | ||
LineTable.cpp | ||
LookupResult.cpp | ||
ObjectFileTransformer.cpp | ||
Range.cpp |