1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Object
Martell Malone 7ea19663dc COFF: Fix another StringRef return error
This should appease the lld build bot regression
Following up on rL303493

llvm-svn: 303494
2017-05-20 21:54:15 +00:00
..
Archive.cpp [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-04-19 23:02:10 +00:00
ArchiveWriter.cpp ArchiveWriter: Remove unused variables. NFC. 2017-03-16 20:35:07 +00:00
Binary.cpp Add functionality to cvtres to parse all entries in res file. 2017-05-20 01:49:19 +00:00
CMakeLists.txt COFF: migrate def parser from LLD to LLVM [1/2] 2017-05-20 19:56:29 +00:00
COFFImportFile.cpp COFF: Fix single StringRef return error 2017-05-20 21:00:36 +00:00
COFFModuleDefinition.cpp COFF: Fix another StringRef return error 2017-05-20 21:54:15 +00:00
COFFObjectFile.cpp [COFF] Gracefully handle empty .drectve sections 2017-05-14 18:34:56 +00:00
Decompressor.cpp [lib/Object] - Minor API update for llvm::Decompressor. 2017-05-18 08:00:01 +00:00
ELF.cpp Add llvm::object::getELFSectionTypeName(). 2017-05-02 14:04:52 +00:00
ELFObjectFile.cpp [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-04-24 23:21:38 +00:00
Error.cpp
IRObjectFile.cpp
IRSymtab.cpp LTO: Mark undefined module asm symbols as used. 2017-04-26 17:53:39 +00:00
LLVMBuild.txt
MachOObjectFile.cpp [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-04-21 22:03:05 +00:00
MachOUniversal.cpp
ModuleSymbolTable.cpp [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-04-24 23:21:38 +00:00
Object.cpp
ObjectFile.cpp [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-04-19 23:02:10 +00:00
RecordStreamer.cpp [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-04-24 23:21:38 +00:00
RecordStreamer.h [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-04-24 23:21:38 +00:00
SymbolicFile.cpp [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-04-19 23:02:10 +00:00
SymbolSize.cpp
WasmObjectFile.cpp [WebAssembly] Improve libObject support for wasm imports and exports 2017-05-09 23:48:41 +00:00
WindowsResource.cpp Fix -Wunneeded-internal-declaration by removing constant arrays only used in sizeof expressions, in favor of constants containing the size directly 2017-05-20 03:32:51 +00:00