1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/tools/llvm-readobj
Reid Kleckner ac609ef508 [codeview] Wire up the .cv_inline_linetable directive
This directive emits the binary annotations that describe line and code
deltas in inlined call sites. Single-stepping through inlined frames in
windbg now works.

llvm-svn: 259535
2016-02-02 17:41:18 +00:00
..
ARMAttributeParser.cpp [ARM] Add DSP build attribute and extension targeting 2016-01-25 11:26:11 +00:00
ARMAttributeParser.h [ARM] Add DSP build attribute and extension targeting 2016-01-25 11:26:11 +00:00
ARMEHABIPrinter.h One more batch of self-containing headers. 2016-01-27 19:29:56 +00:00
ARMWinEHPrinter.cpp
ARMWinEHPrinter.h
CMakeLists.txt llvm-readobj: Dump more info for COFF import libraries. 2015-08-28 10:27:50 +00:00
CodeView.h Silence gcc warning about ternary and enumerations 2016-01-28 23:59:35 +00:00
COFFDumper.cpp [codeview] Wire up the .cv_inline_linetable directive 2016-02-02 17:41:18 +00:00
COFFImportDumper.cpp llvm-readobj: Dump more info for COFF import libraries. 2015-08-28 10:27:50 +00:00
ELFDumper.cpp Remove superfluous call to std::to_string that's breaking the cygwin build. 2016-01-27 13:22:39 +00:00
Error.cpp
Error.h
llvm-readobj.cpp [llvm-readobj] Add -elf-section-groups option 2016-01-26 19:46:39 +00:00
llvm-readobj.h [readobj] Expand CodeView dumping functionality 2016-01-13 19:32:35 +00:00
LLVMBuild.txt
MachODumper.cpp ARM: support .watchos_version_min and .tvos_version_min. 2015-10-28 22:36:05 +00:00
ObjDumper.cpp
ObjDumper.h [llvm-readobj] Add -elf-section-groups option 2016-01-26 19:46:39 +00:00
StackMapPrinter.h
StreamWriter.cpp
StreamWriter.h [codeview] Print relocations against code and data offset fields 2016-01-14 17:51:54 +00:00
Win64EHDumper.cpp Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC 2015-09-21 05:32:41 +00:00
Win64EHDumper.h