llvm-project/lld/lib/ReaderWriter/MachO
Benjamin Kramer f7798e34c9 Add library dependencies to the lld cmake build.
llvm-svn: 169306
2012-12-04 21:09:04 +00:00
..
CMakeLists.txt Add library dependencies to the lld cmake build. 2012-12-04 21:09:04 +00:00
ExecutableAtoms.hpp
GOTPass.hpp
MachOFormat.hpp Fix MSVC compat. MSVC doesn't have bzero. 2012-06-17 01:18:44 +00:00
ReferenceKinds.cpp Fix -Wcovered-switch-default warning. 2012-09-28 21:07:58 +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 [MachO] Fix uninitialized variables. 2012-11-01 19:45:53 +00:00
WriterMachO.cpp rename dylibNamesToOrdinal now that it is an ivar 2012-11-01 21:44:45 +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