llvm-project/lld/lib/ReaderWriter/MachO
Lang Hames 1fc0023ebf [lld][MachO] Remove stray comment.
llvm-svn: 273917
2016-06-27 20:00:20 +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 [lld][MachO] Add support for x86-64 negDelta64 references and fix negDelta32. 2016-06-25 00:29:54 +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 [lld][MachO] Remove stray comment. 2016-06-27 20:00:20 +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 Apply clang-tidy's misc-move-constructor-init to lld. 2016-06-03 16:57:13 +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