Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
authorRui Ueyama <ruiu@google.com>
Fri, 27 Sep 2013 21:47:05 +0000 (21:47 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 27 Sep 2013 21:47:05 +0000 (21:47 +0000)
commit29552222c2e7cbeb37fcd15d247597467f7b8544
treef30d44b601349af6e19b627e9afe91975bf8d45e
parentbdd92883dd72dcd3bf1e636551124763ce9b7f31
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.

It is mentioned in the LLVM coding standard that _begin() and _end() suffixes
should be used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191569 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
lib/Object/COFFObjectFile.cpp
lib/Object/MachOObjectFile.cpp
tools/llvm-objdump/COFFDump.cpp
tools/macho-dump/macho-dump.cpp