Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ed067c45d4b668db740fbb1728200fc51f4b9b51
/
llvm
/
tools
/
llvm-cxxdump
/
llvm-cxxdump.cpp
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