Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
tools
/
llvm-cxxdump
/
llvm-cxxdump.cpp
686dfe3
[Support] Make error banner optional in logAllUnhandledErrors
by Jonas Devlieghere
· 7 years ago
bb2ce32
[llvm-cxxdump] Use error reporting helpers from support
by Jonas Devlieghere
· 7 years ago
0b9d56a
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
d1fe0c4
Fix more inconsistent line endings. NFC.
by Dimitry Andric
· 8 years ago
bdc30c02
Add llvm::for_each as a range-based extensions to <algorithm> and make use of it in some cases where it is a more clear alternative to std::for_each.
by Aaron Ballman
· 8 years ago
df0b8bc
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
a9abde4
Fix a bug in the code of llvm-cxxdump in dumpArchive() when
by Kevin Enderby
· 9 years ago
aacf2fb
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
by Lang Hames
· 9 years ago
5daf897
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
by Lang Hames
· 9 years ago
9b42aca
[Object] Change Archive::child_iterator for better interop with Error/Expected.
by Lang Hames
· 9 years ago
317de7c
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow
by Kevin Enderby
· 9 years ago
0eeb3d4
Search for llvm-symbolizer binary in the same directory as argv[0], before
by Richard Smith
· 9 years ago
77be094
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
by Kevin Enderby
· 9 years ago
a486dca
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
813e0cf
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
c6bf9be
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
by Kevin Enderby
· 9 years ago
268709a
Reapply r250906 with many suggested updates from Rafael Espindola.
by Kevin Enderby
· 10 years ago
da78537
Backing out commit r250906 as it broke lld.
by Kevin Enderby
· 10 years ago
e36c14f
This removes the eating of the error in Archive::Child::getSize() when the characters
by Kevin Enderby
· 10 years ago
795a06a
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC
by Craig Topper
· 10 years ago
a4ff83a
[llvm-cxxdump] Remove duplicate code check.
by Davide Italiano
· 10 years ago
218b64b
[llvm-cxxdump] Correctly process relocations when given multiple files
by David Majnemer
· 10 years ago
e84d8c1
Convert getSymbolSection to return an ErrorOr.
by Rafael Espindola
· 10 years ago
ac01854
[llvm-cxxdump] Don't rely on global state
by Davide Italiano
· 10 years ago
5954faa
Return ErrorOr from getSymbolAddress.
by Rafael Espindola
· 10 years ago
8a80641
Return ErrorOr from SymbolRef::getName.
by Rafael Espindola
· 10 years ago
ff67629
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
a3af347
Make computeSymbolSizes never fail.
by Rafael Espindola
· 10 years ago
dba0706
Compute correct symbol sizes for MachO and COFF.
by Rafael Espindola
· 10 years ago
481f35f
Simplify another function that doesn't fail.
by Rafael Espindola
· 10 years ago
c0a57ae
Change range-based for-loop to use const auto&. No functionality change.
by Richard Trieu
· 10 years ago
64b905a
Change range-based for-loops to be -Wrange-loop-analysis clean.
by Richard Trieu
· 10 years ago
df93f4b
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 10 years ago
c976146
llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
by David Majnemer
· 10 years ago
[Renamed (96%) from tools/llvm-vtabledump/llvm-vtabledump.cpp]
0df4e22
Make helper functions static.
by Benjamin Kramer
· 10 years ago
7de1732
llvm-vtabledump: Update field with a better name
by David Majnemer
· 10 years ago
a72314c
llvm-vtabledump: Dump catch/throw exception structures for MS ABI
by David Majnemer
· 10 years ago
5dc81d5
llvm-vtabledump: Handle Itanium VTables
by David Majnemer
· 11 years ago
8175be5
Remove bogus std::error_code returns form SectionRef.
by Rafael Espindola
· 11 years ago
98a2899
llvm-vtabledump: Further simplification
by David Majnemer
· 11 years ago
5373645
llvm-vtabledump: Small cleanup
by David Majnemer
· 11 years ago
178cb75
llvm-vtabledump: strip trailing NUL bytes
by David Majnemer
· 11 years ago
035e22b
llvm-vtabledump: Dump RTTI structures for the MS ABI
by David Majnemer
· 11 years ago
5c1c055
Object: Add range iterators for Archive children
by David Majnemer
· 11 years ago
548f2b6
Don't own the buffer in object::Binary.
by Rafael Espindola
· 11 years ago
9aa0b5e
Remove some calls to std::move.
by Rafael Espindola
· 11 years ago
79002da
Use std::unique_ptr to make the ownership explicit.
by Rafael Espindola
· 11 years ago
b984536
llvm-vtabledump: use a std::map instead of a StringMap for VBTables
by David Majnemer
· 11 years ago
9617132
llvm-vtabledump: A vtable dumper
by David Majnemer
· 11 years ago