aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-101-9/+9
* Template the MachO types over endianness.Rafael Espindola2013-04-101-6/+6
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-852/+110
* More uses for SymbolTableEntryBase.Rafael Espindola2013-04-091-35/+9
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-091-47/+27
* Add a SectionBase struct.Rafael Espindola2013-04-081-24/+24
* Template the MachO types over the word size.Rafael Espindola2013-04-081-65/+86
* Remove is64BitLoadCommand.Rafael Espindola2013-04-081-20/+10
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-081-5/+8
* Make MachOObjectFile independent from MachOObject.Rafael Espindola2013-04-071-16/+9
* Implement MachOObjectFile::getData directly.Rafael Espindola2013-04-071-1/+1
* Implement MachOObjectFile::is64Bit directly.Rafael Espindola2013-04-071-1/+2
* Implement MachOObjectFile::getHeaderSize directly.Rafael Espindola2013-04-071-1/+1
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-071-14/+15
* Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola2013-04-071-41/+44
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-071-58/+27
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-071-8/+23
* Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo.Rafael Espindola2013-04-071-18/+19
* Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola2013-04-071-16/+20
* Remove unused argument.Rafael Espindola2013-04-071-1/+1
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-071-0/+14
* Remove two uses of getObject.Rafael Espindola2013-04-071-0/+3
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-071-0/+8
* Remove last use of InMemoryStruct from MachOObjectFile.cpp.Rafael Espindola2013-04-061-4/+19
* Don't use InMemoryStruct<macho::SymtabLoadCommand>.Rafael Espindola2013-04-061-20/+43
* Don't use InMemoryStruct in getSymbol64TableEntry.Rafael Espindola2013-04-061-24/+19
* Don't use InMemoryStruct in getSymbolTableEntry.Rafael Espindola2013-04-061-23/+19
* Don't use InMemoryStruct in getRelocation.Rafael Espindola2013-04-061-31/+21
* Define versions of Section that are explicitly marked as little endian.Rafael Espindola2013-04-051-34/+34
* Don't use InMemoryStruct in getSection and getSection64.Rafael Espindola2013-04-051-86/+51
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-051-9/+18
* Move an assert earlier in a file and check that the result ofEric Christopher2013-02-281-2/+5
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* Object: Fix errant fallthrough.Jim Grosbach2013-01-311-0/+1
* Add a function to get the segment name of a section.Rafael Espindola2012-12-211-14/+41
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-191-25/+10
* Add r170095 back.Rafael Espindola2012-12-191-10/+25
* Teach MachO which sections contain codeTim Northover2012-12-171-2/+2
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-131-25/+10
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-131-10/+25
* Remove some dead code.Rafael Espindola2012-12-121-8/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+1
* Object: Pass the buffer name through when making a copy.Benjamin Kramer2012-11-291-1/+2
* Fix a memory leak in MachOObjectFile.Jim Grosbach2012-11-291-8/+15
* Add interface for querying object files for symbol values.Tim Northover2012-10-291-0/+4
* Cosmetic changesAndrew Kaylor2012-10-101-3/+3
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-101-0/+11
* Mark some static arrays as const.Craig Topper2012-05-241-4/+4
* Fix the implementation of MachOObjectFile::isSectionZeroInit so it follows th...Eli Friedman2012-05-021-4/+6
* Remove unused variable.Benjamin Kramer2012-04-131-3/+0