mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[macho2yaml] Remove unused functions. NFC.
dumpDebugStrings() and dumpDebugAbbrev() are no longer used in macho2yaml. This patch helps remove them. Reviewed By: grimar Differential Revision: https://reviews.llvm.org/D85496
This commit is contained in:
parent
2dd6d2b140
commit
1762b5a368
@ -34,10 +34,6 @@ class MachODumper {
|
||||
ArrayRef<uint8_t> OpcodeBuffer, bool Lazy = false);
|
||||
void dumpExportTrie(std::unique_ptr<MachOYAML::Object> &Y);
|
||||
void dumpSymbols(std::unique_ptr<MachOYAML::Object> &Y);
|
||||
void dumpDebugAbbrev(DWARFContext &DCtx,
|
||||
std::unique_ptr<MachOYAML::Object> &Y);
|
||||
void dumpDebugStrings(DWARFContext &DCtx,
|
||||
std::unique_ptr<MachOYAML::Object> &Y);
|
||||
|
||||
template <typename SectionType>
|
||||
Expected<MachOYAML::Section> constructSectionCommon(SectionType Sec,
|
||||
|
Loading…
Reference in New Issue
Block a user