diff options
Diffstat (limited to 'llvm/lib/MC/MCDwarf2BTF.h')
-rw-r--r-- | llvm/lib/MC/MCDwarf2BTF.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/llvm/lib/MC/MCDwarf2BTF.h b/llvm/lib/MC/MCDwarf2BTF.h index 22d1b7741a5..69983374a09 100644 --- a/llvm/lib/MC/MCDwarf2BTF.h +++ b/llvm/lib/MC/MCDwarf2BTF.h @@ -18,12 +18,13 @@ using FileContent = std::pair<std::string, std::vector<std::string>>; class MCDwarf2BTF { public: static void addFiles(MCObjectStreamer *MCOS, std::string &FileName, - std::vector<FileContent> &Files); - static void addLines(MCObjectStreamer *MCOS, StringRef &SectionName, - std::vector<FileContent> &Files, - const MCLineSection::MCDwarfLineEntryCollection &LineEntries); + std::vector<FileContent> &Files); + static void + addLines(MCObjectStreamer *MCOS, StringRef &SectionName, + std::vector<FileContent> &Files, + const MCLineSection::MCDwarfLineEntryCollection &LineEntries); static void addDwarfLineInfo(MCObjectStreamer *MCOS); }; -} +} // namespace llvm #endif |