summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugLine.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-09-15 03:11:09 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-09-15 03:11:09 +0000
commit89aedba562243c7b60b24b5ffba55394d9c55a12 (patch)
tree5955d0fa5678ba8776c6759859d674e45c9fc9a0 /lib/DebugInfo/DWARFDebugLine.h
parent7393c7f748acb10b143cab296ae98551b4c430f4 (diff)
downloadllvm-89aedba562243c7b60b24b5ffba55394d9c55a12.tar.gz
llvm-89aedba562243c7b60b24b5ffba55394d9c55a12.tar.bz2
llvm-89aedba562243c7b60b24b5ffba55394d9c55a12.tar.xz
DWARF: Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo/DWARFDebugLine.h')
-rw-r--r--lib/DebugInfo/DWARFDebugLine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/DebugInfo/DWARFDebugLine.h b/lib/DebugInfo/DWARFDebugLine.h
index 6c3946f4c0..459bb5f723 100644
--- a/lib/DebugInfo/DWARFDebugLine.h
+++ b/lib/DebugInfo/DWARFDebugLine.h
@@ -79,7 +79,6 @@ public:
IncludeDirectories.clear();
FileNames.clear();
}
- bool getFile(uint32_t file_idx, std::string& file, std::string& dir) const;
};
// Standard .debug_line state machine structure.
@@ -182,7 +181,7 @@ public:
static void dump(DataExtractor debug_line_data, raw_ostream &OS);
const LineTable *getLineTable(uint32_t offset) const;
-protected:
+private:
typedef std::map<uint32_t, LineTable> LineTableMapTy;
typedef LineTableMapTy::iterator LineTableIter;
typedef LineTableMapTy::const_iterator LineTableConstIter;