llvm-capstone/llvm/include
George Rimar c9051861cb [llvm/Object] - Remove ELFFile<ELFT>::getSection(const StringRef SectionName). NFC.
This method is dead. It was introduced in D47989,
but now the logic from D63475 is used in llvm-readobj instead.
Also it has a problem: it returns the first matching section,
even if there are multiple sections with the same name.

Differential revision: https://reviews.llvm.org/D65393

llvm-svn: 367833
2019-08-05 11:19:28 +00:00
..
llvm [llvm/Object] - Remove ELFFile<ELFT>::getSection(const StringRef SectionName). NFC. 2019-08-05 11:19:28 +00:00
llvm-c [LLVM-C] Improve Bindings to The Internalize Pass 2019-07-23 04:56:44 +00:00