1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/tools/llvm-pdbutil
Zachary Turner d2ace26a79 Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set.
This is a special code that indicates that it's a function id.
While I'm still not certain how to interpret these, we definitely
should *not* be using these values as indices into an array directly.
For now, when we encounter one of these, just print the numeric value.

llvm-svn: 320775
2017-12-15 00:27:49 +00:00
..
Analyze.cpp
Analyze.h
BytesOutputStyle.cpp
BytesOutputStyle.h
CMakeLists.txt [llvm-pdbutil] Support dumping CodeView from object files. 2017-09-01 20:06:56 +00:00
Diff.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
Diff.h
DiffPrinter.cpp
DiffPrinter.h
DumpOutputStyle.cpp Recover some overzealously removed includes. 2017-12-13 22:21:02 +00:00
DumpOutputStyle.h Teach llvm-pdbutil to dump types from object files. 2017-12-05 23:58:18 +00:00
FormatUtil.cpp
FormatUtil.h
InputFile.cpp [llvm-pdbutil] Remove unused variables. 2017-09-02 00:09:43 +00:00
InputFile.h [llvm-pdbutil] Support dumping CodeView from object files. 2017-09-01 20:06:56 +00:00
LinePrinter.cpp
LinePrinter.h [llvm-pdbutil] Support dumping CodeView from object files. 2017-09-01 20:06:56 +00:00
llvm-pdbutil.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
llvm-pdbutil.h [llvm-pdbutil] Support dumping CodeView from object files. 2017-09-01 20:06:56 +00:00
LLVMBuild.txt
MinimalSymbolDumper.cpp Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set. 2017-12-15 00:27:49 +00:00
MinimalSymbolDumper.h
MinimalTypeDumper.cpp
MinimalTypeDumper.h
OutputStyle.h
PdbYaml.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
PdbYaml.h
PrettyBuiltinDumper.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
PrettyBuiltinDumper.h
PrettyClassDefinitionDumper.cpp
PrettyClassDefinitionDumper.h
PrettyClassLayoutGraphicalDumper.cpp
PrettyClassLayoutGraphicalDumper.h
PrettyCompilandDumper.cpp
PrettyCompilandDumper.h
PrettyEnumDumper.cpp
PrettyEnumDumper.h
PrettyExternalSymbolDumper.cpp
PrettyExternalSymbolDumper.h
PrettyFunctionDumper.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
PrettyFunctionDumper.h
PrettyTypedefDumper.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
PrettyTypedefDumper.h
PrettyTypeDumper.cpp
PrettyTypeDumper.h
PrettyVariableDumper.cpp
PrettyVariableDumper.h
StreamUtil.cpp
StreamUtil.h
YAMLOutputStyle.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
YAMLOutputStyle.h