llvm/tools/obj2yaml
Rafael Espindola fbb5f70186 Mark a few functions noexcept.
This reduces the difference between std::error_code and llvm::error_code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210591 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-10 21:26:47 +00:00
..
CMakeLists.txt [obj2yaml] Support ELF input format in the obj2yaml tool. 2014-05-14 05:07:47 +00:00
coff2yaml.cpp [obj2yaml] Recognize input file format using llvm::object::ObjectFile 2014-05-07 05:18:51 +00:00
elf2yaml.cpp [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/protected). 2014-06-06 07:41:57 +00:00
Error.cpp Mark a few functions noexcept. 2014-06-10 21:26:47 +00:00
Error.h [obj2yaml] Recognize input file format using llvm::object::ObjectFile 2014-05-07 05:18:51 +00:00
Makefile Move obj2yaml to tools to sort out make's dependencies. 2013-04-05 02:57:22 +00:00
obj2yaml.cpp [obj2yaml] Support ELF input format in the obj2yaml tool. 2014-05-14 05:07:47 +00:00
obj2yaml.h [obj2yaml] Support ELF input format in the obj2yaml tool. 2014-05-14 05:07:47 +00:00