diff options
Diffstat (limited to 'include/llvm/DebugInfo.h')
-rw-r--r-- | include/llvm/DebugInfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index f6ac869a5f..0c8468927f 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -593,12 +593,6 @@ namespace llvm { DIScope getContext() const { return getFieldAs<DIScope>(2); } unsigned getLineNumber() const { return getUnsignedField(3); } unsigned getColumnNumber() const { return getUnsignedField(4); } - StringRef getDirectory() const { - return getFieldAs<DIFile>(1).getDirectory(); - } - StringRef getFilename() const { - return getFieldAs<DIFile>(1).getFilename(); - } bool Verify() const; }; |