summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add operator<< for object::SectionedAddressPavel Labath2019-11-191-0/+7
* [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar2019-10-211-1/+2
* ObjectFile makeTriple - silence static analyzer dyn_cast<COFFObjectFile> null...Simon Pilgrim2019-10-011-1/+1
* Recommit r370661 "[llvm-nm] - Add a test case for case when we dump a symbol ...George Rimar2019-09-021-1/+3
* [BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida2019-08-211-0/+2
* [Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile2019-07-091-1/+3
* [Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song2019-05-101-4/+3
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-3/+2
* [XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong2019-04-041-0/+2
* [Object] Add basic minidump supportPavel Labath2019-03-211-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...Jordan Rupprecht2018-12-131-0/+8
* Update a few switch statements to handle file_magic::pdb.Zachary Turner2018-03-071-0/+1
* Convert two uses of ErrorOr to Expected.Rafael Espindola2017-10-101-2/+2
* [dwarfdump] Skip 'stripped' sectionsJonas Devlieghere2017-09-261-0/+2
* Allow public Triple deduction from ObjectFiles.Vlad Tsyrklevich2017-09-191-0/+25
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-29/+30
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-191-3/+11
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-1/+4
* Add a file magic for CL.exe's object file created with /GL.Rui Ueyama2016-11-151-0/+1
* Object: Add a missing return in ObjectFile::createObjectFileJustin Bogner2016-10-181-2/+2
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-2/+5
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-3/+3
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-10/+10
* [Object] Make createMachOObjectFile return Expected<...> rather thanLang Hames2016-03-251-1/+1
* Rename embedded bitcode section in MachOSteven Wu2016-02-291-0/+7
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-3/+3
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-0/+9
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-3/+3
* Implement containsSymbol with other lower level methods.Rafael Espindola2015-06-301-0/+7
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-1/+1
* Simplify interface of function that doesn't fail.Rafael Espindola2015-05-311-5/+1
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-251-0/+1
* Support ELF files of unknown type.Michael J. Spencer2014-11-181-0/+1
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-8/+16
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+5
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-3/+4
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-3/+3
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-4/+5
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-9/+5
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-7/+6
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Shankar kindly pointed out that I wasn't following the coding convention prop...Aaron Ballman2014-02-211-1/+1
* Fixing the MSVC build by including a file.Aaron Ballman2014-02-211-0/+1
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-1/+10
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-241-7/+9
OpenPOWER on IntegriCloud