llvm-6502/lib/Object
Rafael Espindola cc0d35a2e8 Remove unused and odd code.
This code was never being used and any use of it would look fairly strange.
For example, it would try to map a object_error::parse_failed to
std::errc::invalid_argument.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210912 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-13 15:36:17 +00:00
..
Archive.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
Binary.cpp Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
CMakeLists.txt
COFFObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
COFFYAML.cpp
ELF.cpp [Mips] Add more relocation types and MIPS specific e_flags constants. 2014-05-20 09:27:49 +00:00
ELFObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
ELFYAML.cpp [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/protected). 2014-06-06 07:41:57 +00:00
Error.cpp Remove unused and odd code. 2014-06-13 15:36:17 +00:00
IRObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
LLVMBuild.txt
MachOObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
MachOUniversal.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
Makefile
Object.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
ObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
StringTableBuilder.cpp
SymbolicFile.cpp
YAML.cpp