Craig Topper
|
0b6cb7104b
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
11 年之前 |
Rafael Espindola
|
eec7d48f8e
Add an assert that this is only used with .o files.
|
11 年之前 |
Rafael Espindola
|
7df9059541
Implement getRelocationAddress for MachO and ET_REL elf files.
|
11 年之前 |
Rafael Espindola
|
5ca1f95419
Implement macho relocation iterators with section number + relocation number.
|
11 年之前 |
Rafael Espindola
|
8cb805cf30
Fix llvm-objdump crash.
|
11 年之前 |
Rafael Espindola
|
67c46d286f
Remove section_rel_empty. Just compare begin() and end() instead.
|
11 年之前 |
Rafael Espindola
|
051c948bbe
Implement get getSymbolFileOffset with getSymbolAddress.
|
11 年之前 |
Rafael Espindola
|
3539519223
Remove getSymbolValue.
|
11 年之前 |
Rafael Espindola
|
14ae43449c
Revert "Fix a nomenclature error in llvm-nm."
|
11 年之前 |
Rafael Espindola
|
5a61b72493
Fix a nomenclature error in llvm-nm.
|
11 年之前 |
Tim Northover
|
7b837d8c75
ARM64: initial backend import
|
11 年之前 |
Juergen Ributzka
|
4923eea4f6
[RuntimeDyld] Allow processRelocationRef to process more than one relocation entry at a time.
|
11 年之前 |
Jim Grosbach
|
d55fc3f151
Darwin: Add assembler directives to create version-min load commands.
|
11 年之前 |
Alexey Samsonov
|
133aacf0dd
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
|
11 年之前 |
Alexey Samsonov
|
b920dfe02b
[C++11] Introduce ObjectFile::sections().
|
11 年之前 |
Ahmed Charles
|
f4ccd11075
Replace OwningPtr<T> with std::unique_ptr<T>.
|
11 年之前 |
Ahmed Charles
|
1a6eca243f
[C++11] Replace OwningPtr::take() with OwningPtr::release().
|
11 年之前 |
Rafael Espindola
|
91f86b7e1c
Add a SymbolicFile interface between Binary and ObjectFile.
|
11 年之前 |
Rafael Espindola
|
a40b3522c8
Change the begin and end methods in ObjectFile to match the style guide.
|
11 年之前 |
Rafael Espindola
|
19a4033c68
Remove unused SF_ThreadLocal.
|
11 年之前 |
Rafael Espindola
|
d8324e6983
Simplify getSymbolFlags.
|
11 年之前 |
Rafael Espindola
|
6420c11093
Only ELF has a dynamic symbol table. Remove it from ObjectFile.
|
11 年之前 |
Rafael Espindola
|
efdbec8b0a
Simplify the handling of iterators in ObjectFile.
|
11 年之前 |
Rafael Espindola
|
584fe2db6a
Make ObjectFile ownership of the MemoryBuffer optional.
|
11 年之前 |
Rafael Espindola
|
3d218156f8
Be a bit more consistent about using ErrorOr when constructing Binary objects.
|
11 年之前 |
Eric Christopher
|
a6000643d9
Fix a pair of array index checks.
|
11 年之前 |
Rafael Espindola
|
bc884fd9f7
move getSymbolNMTypeChar to the one program that needs it: nm.
|
11 年之前 |
Rafael Espindola
|
6152f7d596
Fix llvm-nm to mach OS X's nm on some tests.
|
11 年之前 |
Rui Ueyama
|
29552222c2
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
|
12 年之前 |
Charles Davis
|
5510728d28
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
|
12 年之前 |