aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-05-02[NFC] Add missing switch casesChris Bieneman1-0/+1
2022-03-17[dsymutil] Apply relocations present in Swift reflection sectionsAugusto Noronha1-0/+9
2022-03-14[CUDA] Add CUDA fatbinary magicJoseph Huber1-0/+1
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-1/+0
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-2/+2
2021-10-22Support: Use Expected<T>::moveInto() in a few placesDuncan P. N. Exon Smith1-7/+8
2021-07-20[SystemZ][z/OS] Add GOFF support to file magic identificationAnirudh Prasad1-0/+1
2021-05-26[NFC][object] Change the input parameter of the method isDebugSection.Esme-Yi1-3/+1
2020-11-09Recommit: [llvm-readelf/obj] - Allow dumping of ELF header even if some eleme...Georgii Rymar1-2/+3
2020-11-09Revert "[llvm-readelf/obj] - Allow dumping of ELF header even if some element...Georgii Rymar1-3/+2
2020-11-09[llvm-readelf/obj] - Allow dumping of ELF header even if some elements are co...Georgii Rymar1-2/+3
2020-05-02[Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t>Xing GUO1-3/+3
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj1-5/+8
2020-04-02[Object] Add the method for checking if a section is a debug sectionDjordje Todorovic1-0/+4
2020-03-31[Object] Update ObjectFile::makeTriple for XCOFFHubert Tong1-4/+7
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2019-11-19Add operator<< for object::SectionedAddressPavel Labath1-0/+7
2019-10-21[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar1-1/+2
2019-10-01ObjectFile makeTriple - silence static analyzer dyn_cast<COFFObjectFile> null...Simon Pilgrim1-1/+1
2019-09-02Recommit r370661 "[llvm-nm] - Add a test case for case when we dump a symbol ...George Rimar1-1/+3
2019-08-21[BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida1-0/+2
2019-07-09[Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile1-1/+3
2019-05-10[Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song1-4/+3
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song1-3/+2
2019-04-04[XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong1-0/+2
2019-03-21[Object] Add basic minidump supportPavel Labath1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-13[llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...Jordan Rupprecht1-0/+8
2018-03-07Update a few switch statements to handle file_magic::pdb.Zachary Turner1-0/+1
2017-10-10Convert two uses of ErrorOr to Expected.Rafael Espindola1-2/+2
2017-09-26[dwarfdump] Skip 'stripped' sectionsJonas Devlieghere1-0/+2
2017-09-19Allow public Triple deduction from ObjectFiles.Vlad Tsyrklevich1-0/+25
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-29/+30
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-04-19[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko1-3/+11
2016-11-30[WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff1-1/+4
2016-11-15Add a file magic for CL.exe's object file created with /GL.Rui Ueyama1-0/+1
2016-10-18Object: Add a missing return in ObjectFile::createObjectFileJustin Bogner1-2/+2
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby1-2/+5
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby1-3/+3
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-10/+10
2016-03-25[Object] Make createMachOObjectFile return Expected<...> rather thanLang Hames1-1/+1
2016-02-29Rename embedded bitcode section in MachOSteven Wu1-0/+7
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola1-3/+3
2015-07-07Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola1-0/+9
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola1-3/+3
2015-06-30Implement containsSymbol with other lower level methods.Rafael Espindola1-0/+7
2015-06-09Remove object_error::success and use std::error_code() insteadRui Ueyama1-1/+1
2015-05-31Simplify interface of function that doesn't fail.Rafael Espindola1-5/+1