llvm-project/lld/lib/ReaderWriter/MachO
Nick Kledzik 7243b89459 PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHelpers kind values
llvm-svn: 160982
2012-07-30 20:10:46 +00:00
..
CMakeLists.txt Move implementation of WriterOptionsMachO to its own file. Reduced redundant 2012-06-11 22:53:15 +00:00
ExecutableAtoms.hpp Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00
GOTPass.hpp Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00
MachOFormat.hpp Fix MSVC compat. MSVC doesn't have bzero. 2012-06-17 01:18:44 +00:00
ReferenceKinds.cpp Add 'invalid' as a Reference Kind so that unknown/invalid kind strings can return that fact to the caller for use in constructing an error message, rather that triggering an assertion. 2012-06-15 21:26:18 +00:00
ReferenceKinds.h Add 'invalid' as a Reference Kind so that unknown/invalid kind strings can return that fact to the caller for use in constructing an error message, rather that triggering an assertion. 2012-06-15 21:26:18 +00:00
SimpleAtoms.hpp use llvm_unreachable() instead of assert(0) for invalid enum values in switch statements 2012-06-15 20:37:24 +00:00
StubAtoms.hpp Move implementation of WriterOptionsMachO to its own file. Reduced redundant 2012-06-11 22:53:15 +00:00
StubAtoms_x86.hpp flesh out mach-o Reference Kinds 2012-06-12 23:01:30 +00:00
StubAtoms_x86_64.hpp flesh out mach-o Reference Kinds 2012-06-12 23:01:30 +00:00
StubsPass.hpp PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHelpers kind values 2012-07-30 20:10:46 +00:00
WriterMachO.cpp Move implementation of WriterOptionsMachO to its own file. Reduced redundant 2012-06-11 22:53:15 +00:00
WriterOptionsMachO.cpp remove return statements after llvm_unreachable() as the compiler no longer warns abot missing return values 2012-06-15 21:04:32 +00:00