1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/DebugInfo/Symbolize
David Blaikie b72d78d1d8 llvm-symbolizer: Add optional "start file" to match "start line"
Since a function might have portions of its code coming from multiple
different files, "start line" is ambiguous (it can't just be resolved
relative to the file/line specified). Add start file to disambiguate it.
2020-09-08 15:40:58 -07:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
DIPrinter.cpp llvm-symbolizer: Add optional "start file" to match "start line" 2020-09-08 15:40:58 -07:00
LLVMBuild.txt
SymbolizableObjectFile.cpp Re-land "Migrate the rest of COFFObjectFile to Error" 2020-06-11 14:46:16 -07:00
SymbolizableObjectFile.h Re-land "Migrate the rest of COFFObjectFile to Error" 2020-06-11 14:46:16 -07:00
Symbolize.cpp [Symbolize][PDB] Switch llvm-symbolizer to use PDB_ReaderType::Native. 2020-07-22 17:17:57 -07:00