Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
llvm
/
tools
/
llvm-cxxdump
/
llvm-cxxdump.cpp
41af430
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
2f9d8d0
Fix a bug in the code of llvm-cxxdump in dumpArchive() when
by Kevin Enderby
· 9 years ago
fc20962
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
by Lang Hames
· 9 years ago
ae610ab
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
by Lang Hames
· 9 years ago
c2773e9
[Object] Change Archive::child_iterator for better interop with Error/Expected.
by Lang Hames
· 9 years ago
931cb65
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow
by Kevin Enderby
· 9 years ago
2ad6d48
Search for llvm-symbolizer binary in the same directory as argv[0], before
by Richard Smith
· 9 years ago
ac9e155
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
by Kevin Enderby
· 9 years ago
7bd8d99
Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 9 years ago
81e8b7d
Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 9 years ago
3fcdf6a
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
by Kevin Enderby
· 9 years ago
7a96942
Reapply r250906 with many suggested updates from Rafael Espindola.
by Kevin Enderby
· 10 years ago
da9dd05
Backing out commit r250906 as it broke lld.
by Kevin Enderby
· 10 years ago
e3bf4fd5
This removes the eating of the error in Archive::Child::getSize() when the characters
by Kevin Enderby
· 10 years ago
0013be1
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC
by Craig Topper
· 10 years ago
386e2ab
[llvm-cxxdump] Remove duplicate code check.
by Davide Italiano
· 10 years ago
d7fafa0
[llvm-cxxdump] Correctly process relocations when given multiple files
by David Majnemer
· 10 years ago
8bab889
Convert getSymbolSection to return an ErrorOr.
by Rafael Espindola
· 10 years ago
8103294
[llvm-cxxdump] Don't rely on global state
by Davide Italiano
· 10 years ago
ed067c4
Return ErrorOr from getSymbolAddress.
by Rafael Espindola
· 10 years ago
5d0c2ff
Return ErrorOr from SymbolRef::getName.
by Rafael Espindola
· 10 years ago
96d071c
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
6bf3221
Make computeSymbolSizes never fail.
by Rafael Espindola
· 10 years ago
a4a4093
Compute correct symbol sizes for MachO and COFF.
by Rafael Espindola
· 10 years ago
5eb02e4
Simplify another function that doesn't fail.
by Rafael Espindola
· 10 years ago
46f2cc9
Change range-based for-loop to use const auto&. No functionality change.
by Richard Trieu
· 10 years ago
6b1aa5f
Change range-based for-loops to be -Wrange-loop-analysis clean.
by Richard Trieu
· 10 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
f45bbd0
llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
by David Majnemer
· 11 years ago
[Renamed (96%) from llvm/tools/llvm-vtabledump/llvm-vtabledump.cpp]
f044d3f
Make helper functions static.
by Benjamin Kramer
· 11 years ago
86ee173
llvm-vtabledump: Update field with a better name
by David Majnemer
· 11 years ago
f50d0a5
llvm-vtabledump: Dump catch/throw exception structures for MS ABI
by David Majnemer
· 11 years ago
e268361
llvm-vtabledump: Handle Itanium VTables
by David Majnemer
· 11 years ago
8029127
Remove bogus std::error_code returns form SectionRef.
by Rafael Espindola
· 11 years ago
601327c
llvm-vtabledump: Further simplification
by David Majnemer
· 11 years ago
6887a25
llvm-vtabledump: Small cleanup
by David Majnemer
· 11 years ago
56167c3
llvm-vtabledump: strip trailing NUL bytes
by David Majnemer
· 11 years ago
1ac52eb
llvm-vtabledump: Dump RTTI structures for the MS ABI
by David Majnemer
· 11 years ago
eac48b6
Object: Add range iterators for Archive children
by David Majnemer
· 11 years ago
48af1c2
Don't own the buffer in object::Binary.
by Rafael Espindola
· 11 years ago
3f6481d
Remove some calls to std::move.
by Rafael Espindola
· 11 years ago
437b0d5
Use std::unique_ptr to make the ownership explicit.
by Rafael Espindola
· 11 years ago
bf32f77
llvm-vtabledump: use a std::map instead of a StringMap for VBTables
by David Majnemer
· 11 years ago
72ab1a5
llvm-vtabledump: A vtable dumper
by David Majnemer
· 11 years ago