summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/DebugInfo.h')
-rw-r--r--include/llvm/DebugInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index 2efc730f09..87ccac10dd 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -34,6 +34,7 @@ namespace llvm {
class DbgValueInst;
class Instruction;
class MDNode;
+ class MDString;
class NamedMDNode;
class LLVMContext;
class raw_ostream;
@@ -330,6 +331,7 @@ namespace llvm {
}
void setContainingType(DICompositeType ContainingType);
DIArray getTemplateParams() const { return getFieldAs<DIArray>(13); }
+ MDString *getIdentifier() const;
/// Verify - Verify that a composite type descriptor is well formed.
bool Verify() const;