Hans Wennborg
|
71eaa4f97d
Revert r360876 "[Object] Change object::SectionRef::getContents() to return Expected<StringRef>"
|
6 年之前 |
Fangrui Song
|
a4d6bb66d0
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
|
6 年之前 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Jonas Devlieghere
|
686dfe3676
[Support] Make error banner optional in logAllUnhandledErrors
|
6 年之前 |
Jonas Devlieghere
|
bb2ce32a5b
[llvm-cxxdump] Use error reporting helpers from support
|
6 年之前 |
Rui Ueyama
|
0b9d56a30e
Define InitLLVM to do common initialization all at once.
|
7 年之前 |
Dimitry Andric
|
d1fe0c4fdf
Fix more inconsistent line endings. NFC.
|
7 年之前 |
Aaron Ballman
|
bdc30c02fb
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.
|
7 年之前 |
Mehdi Amini
|
df0b8bce48
Make the Error class constructor protected
|
8 年之前 |
Kevin Enderby
|
a9abde40d7
Fix a bug in the code of llvm-cxxdump in dumpArchive() when
|
8 年之前 |
Lang Hames
|
aacf2fbfe4
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
|
9 年之前 |
Lang Hames
|
5daf897d80
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
|
9 年之前 |
Lang Hames
|
9b42acafff
[Object] Change Archive::child_iterator for better interop with Error/Expected.
|
9 年之前 |
Kevin Enderby
|
317de7ce5b
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow
|
9 年之前 |
Richard Smith
|
0eeb3d4004
Search for llvm-symbolizer binary in the same directory as argv[0], before
|
9 年之前 |
Kevin Enderby
|
77be094e2f
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
|
9 年之前 |
Kevin Enderby
|
a486dcaf36
Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message.
|
9 年之前 |
Kevin Enderby
|
813e0cf966
Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message.
|
9 年之前 |
Kevin Enderby
|
c6bf9be16d
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
|
9 年之前 |
Kevin Enderby
|
268709a810
Reapply r250906 with many suggested updates from Rafael Espindola.
|
9 年之前 |
Kevin Enderby
|
da785374d9
Backing out commit r250906 as it broke lld.
|
9 年之前 |
Kevin Enderby
|
e36c14fbed
This removes the eating of the error in Archive::Child::getSize() when the characters
|
9 年之前 |
Craig Topper
|
795a06a046
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC
|
10 年之前 |
Davide Italiano
|
a4ff83ab8f
[llvm-cxxdump] Remove duplicate code check.
|
10 年之前 |
David Majnemer
|
218b64b5ae
[llvm-cxxdump] Correctly process relocations when given multiple files
|
10 年之前 |
Rafael Espindola
|
e84d8c12d5
Convert getSymbolSection to return an ErrorOr.
|
10 年之前 |
Davide Italiano
|
ac018543f8
[llvm-cxxdump] Don't rely on global state
|
10 年之前 |
Rafael Espindola
|
5954faae4d
Return ErrorOr from getSymbolAddress.
|
10 年之前 |
Rafael Espindola
|
8a80641a85
Return ErrorOr from SymbolRef::getName.
|
10 年之前 |
Rafael Espindola
|
ff67629985
Don't return error_code from function that never fails.
|
10 年之前 |