]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it work...
authorAlexey Samsonov <samsonov@google.com>
Tue, 18 Mar 2014 06:53:02 +0000 (06:53 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 18 Mar 2014 06:53:02 +0000 (06:53 +0000)
commit5b645797db05926bffdd6214e94a527267445cc9
tree654d72ff2ee5049fd99780d13934c64cb1bd76bf
parent3bdef4b6dc8098d86c74c445c8478c28598a3a05
[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it work with range-based for loops.

Reviewers: ruiu

Reviewed By: ruiu

CC: llvm-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D3097

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204120 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
lib/Object/COFFObjectFile.cpp
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/COFFDump.cpp
tools/llvm-readobj/COFFDumper.cpp
tools/obj2yaml/coff2yaml.cpp