llvm-project/lld/lib/ReaderWriter/MachO
Eugene Zelenko 20a38451f5 Fix some Include What You Use warnings; other minor fixes.
Differential revision: http://reviews.llvm.org/D19735

llvm-svn: 268093
2016-04-29 19:47:09 +00:00
..
ArchHandler.cpp Fix heap-buffer-overflow bugs identified by the Address Sanitizer 2015-02-19 20:42:23 +00:00
ArchHandler.h Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC. 2016-03-30 20:15:06 +00:00
ArchHandler_arm.cpp Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC. 2016-03-30 20:15:06 +00:00
ArchHandler_arm64.cpp Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC. 2016-03-30 20:15:06 +00:00
ArchHandler_x86.cpp Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC. 2016-03-30 20:15:06 +00:00
ArchHandler_x86_64.cpp Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC. 2016-03-30 20:15:06 +00:00
Atoms.h Fix some Include What You Use warnings; other minor fixes. 2016-04-29 19:47:09 +00:00
CMakeLists.txt Fix BUILD_SHARED_LIBS build. 2016-03-01 15:56:53 +00:00
CompactUnwindPass.cpp Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC. 2016-03-30 20:36:31 +00:00
ExecutableAtoms.h Use owning pointers instead of raw pointers for Atom's to fix leaks. 2016-03-22 17:15:50 +00:00
File.h Add missing header (NFC) 2016-04-18 09:26:29 +00:00
FlatNamespaceFile.h Remove dead flags. 2016-03-28 20:59:47 +00:00
GOTPass.cpp Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC. 2016-03-30 20:36:31 +00:00
LayoutPass.cpp Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC. 2016-03-30 20:36:31 +00:00
LayoutPass.h Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC. 2016-03-30 20:36:31 +00:00
MachOLinkingContext.cpp Change library search methods to return Optional instead of ErrorOr. 2016-03-31 01:09:35 +00:00
MachONormalizedFile.h Use Expected<T> instead of ErrorOr<T>in yaml reader. NFC 2016-03-31 01:13:04 +00:00
MachONormalizedFileBinaryReader.cpp Convert a few macho reader/writer helpers to new error handling. NFC. 2016-03-31 00:08:16 +00:00
MachONormalizedFileBinaryUtils.h Generate LC_FUNCTION_STARTS load command. 2016-02-09 01:38:13 +00:00
MachONormalizedFileBinaryWriter.cpp Fix a bunch more of -Wpessimizing-move issues. 2016-03-31 00:38:02 +00:00
MachONormalizedFileFromAtoms.cpp Revert "Remove useless unreachable. Switch coverage already gives us this. NFC" 2016-03-31 01:23:23 +00:00
MachONormalizedFileToAtoms.cpp Fix a bunch of -Wpessimizing-move issues. 2016-03-31 00:35:50 +00:00
MachONormalizedFileYAML.cpp [lld][MachO] Clean up some unnecessarily verbose code. NFC. 2016-04-06 17:18:55 +00:00
MachOPasses.h Add an ObjCPass to the MachO linker. 2016-01-19 21:54:21 +00:00
ObjCPass.cpp Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC. 2016-03-30 20:36:31 +00:00
SectCreateFile.h Use owning pointers instead of raw pointers for Atom's to fix leaks. 2016-03-22 17:15:50 +00:00
ShimPass.cpp Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC. 2016-03-30 20:36:31 +00:00
StubsPass.cpp Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC. 2016-03-30 20:36:31 +00:00
TLVPass.cpp Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC. 2016-03-30 20:36:31 +00:00
WriterMachO.cpp Fix a bunch of -Wpessimizing-move issues. 2016-03-31 00:35:50 +00:00