Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
724d4b43f4b5874bfef3ab8cf41cb011755af39d
/
llvm
/
tools
/
llvm-readobj
/
MachODumper.cpp
5d0c2ff
Return ErrorOr from SymbolRef::getName.
by Rafael Espindola
· 10 years ago
41bb432
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
96d071c
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
0000afd
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
by Lang Hames
· 10 years ago
63a88ce
Make getRelocationSection MachO only.
by Rafael Espindola
· 10 years ago
9ac06a0
Improve the --expand-relocs handling of MachO.
by Rafael Espindola
· 10 years ago
97d6672
Remove unused variable, found with gcc-5.1 -Wunused-variable.
by Patrik Hagglund
· 11 years ago
d431932
Implement MachODumper::printFileHeaders
by Frederic Riss
· 11 years ago
8029127
Remove bogus std::error_code returns form SectionRef.
by Rafael Espindola
· 11 years ago
dac3985
Object: BSS/virtual sections don't have contents
by David Majnemer
· 11 years ago
fd38cbe
Remove 'virtual' keyword from methods markedwith 'override' keyword.
by Craig Topper
· 11 years ago
07f99fb
llvm-readobj: fix MachO relocatoin printing a bit.
by Tim Northover
· 11 years ago
4453e4294
Remove 'using std::error_code' from tools.
by Rafael Espindola
· 11 years ago
bff5d0d
Remove all uses of 'using std::error_code' from headers.
by Rafael Espindola
· 11 years ago
464d2e4
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
by Alexey Samsonov
· 12 years ago
aa4d295
[C++11] Introduce SectionRef::relocations() to use range-based loops
by Alexey Samsonov
· 12 years ago
48803e5
[C++11] Use ObjectFile::sections() in commandline llvm tools
by Alexey Samsonov
· 12 years ago
39a0965
Fix warning about mismatched signs in comparison.
by Rafael Espindola
· 12 years ago
1194e69
Fix the printing of n_type.
by Rafael Espindola
· 12 years ago
c68b0f7
Use the existing N_STAB from the MachO namespace.
by Rafael Espindola
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
7315602
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
by Craig Topper
· 12 years ago
b5155a5
Change the begin and end methods in ObjectFile to match the style guide.
by Rafael Espindola
· 12 years ago
5e812af
Simplify the handling of iterators in ObjectFile.
by Rafael Espindola
· 12 years ago
07baed5
Re-sort #include lines again, prior to moving headers around.
by Chandler Carruth
· 12 years ago
44fee4e
Remove several unused variables.
by Rafael Espindola
· 12 years ago
8bdfafd
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
by Charles Davis
· 12 years ago
1827bd8
Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h."
by Charles Davis
· 12 years ago
0c6f71b
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
by Charles Davis
· 12 years ago
806f006
Handle relocations that don't point to symbols.
by Rafael Espindola
· 12 years ago
75c3036
Use pointers to iterate over symbols.
by Rafael Espindola
· 13 years ago
a8de653
llvm-readobj: Do not print NULL StringRefs
by Nico Rieck
· 13 years ago
56f976f
At Jim Grosbach's request detemplate Object/MachO.h.
by Rafael Espindola
· 13 years ago
2fa9f53
Remove getters now that we can specialize structs on the host endianness.
by Rafael Espindola
· 13 years ago
9b70925
Finish templating MachObjectFile over endianness.
by Rafael Espindola
· 13 years ago
f3f0b79
Add -expand-relocs to llvm-readobj
by Nico Rieck
· 13 years ago
ecf1320
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
by Rafael Espindola
· 13 years ago
e2742a0
Revert my last two commits while I debug what is wrong in a big endian host.
by Rafael Espindola
· 13 years ago
708a44d
Print more information about relocations.
by Rafael Espindola
· 13 years ago
641c9bc
Template MachOObjectFile over endianness too.
by Rafael Espindola
· 13 years ago
c2413f5
Convert MachOObjectFile to a template.
by Rafael Espindola
· 13 years ago
c0406e1
Template the MachO types over the word size.
by Rafael Espindola
· 13 years ago
31fce89
Remove two uses of getObject.
by Rafael Espindola
· 13 years ago
79bb550
Remove usage of InMemoryStruct in getSymbol.
by Rafael Espindola
· 13 years ago
6f5d6c7
Remove a use of InMemoryStruct in llvm-readobj.
by Rafael Espindola
· 13 years ago
0944c13
Make getObject const. Remove a const_cast.
by Rafael Espindola
· 13 years ago
b0f76a4
Don't fetch pointers from a InMemoryStruct.
by Rafael Espindola
· 13 years ago
9cad53c
Implements low-level object file format specific output for COFF and
by Eric Christopher
· 13 years ago