hanchenye-llvm-project/llvm/tools/obj2yaml
Rafael Espindola aae5541455 Don't iterate over all sections in the ELFFile constructor.
With this we finally have an ELFFile that is O(1) to construct. This is helpful
for programs like lld which have to do their own section walk.

llvm-svn: 244510
2015-08-10 21:29:35 +00:00
..
CMakeLists.txt
Error.cpp Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::name 2014-09-11 17:19:54 +00:00
Error.h
Makefile
coff2yaml.cpp Return ErrorOr from SymbolRef::getName. 2015-07-02 20:55:21 +00:00
elf2yaml.cpp Don't iterate over all sections in the ELFFile constructor. 2015-08-10 21:29:35 +00:00
obj2yaml.cpp Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00
obj2yaml.h