summaryrefslogtreecommitdiff
path: root/include/llvm/DIBuilder.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-03-28 02:44:59 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-03-28 02:44:59 +0000
commit72dfb052ab74a9e642256212a50c9b805ce5c943 (patch)
tree4107669b374987d59068c6bd3c52f4864a75d8f3 /include/llvm/DIBuilder.h
parentd7216a28d6a07a4ea4047a14427c16b96feeb36f (diff)
downloadllvm-72dfb052ab74a9e642256212a50c9b805ce5c943.tar.gz
llvm-72dfb052ab74a9e642256212a50c9b805ce5c943.tar.bz2
llvm-72dfb052ab74a9e642256212a50c9b805ce5c943.tar.xz
Revert "Adding DIImportedModules to DIScopes."
This reverts commit 342d92c7a0adeabc9ab00f3f0d88d739fe7da4c7. Turns out we're going with a different schema design to represent DW_TAG_imported_modules so we won't need this extra field. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/DIBuilder.h')
-rw-r--r--include/llvm/DIBuilder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/DIBuilder.h b/include/llvm/DIBuilder.h
index a7a8c53e2f..4f0aa07130 100644
--- a/include/llvm/DIBuilder.h
+++ b/include/llvm/DIBuilder.h
@@ -46,7 +46,6 @@ namespace llvm {
class DITemplateTypeParameter;
class DITemplateValueParameter;
class DIObjCProperty;
- class DIImportedModule;
class DIBuilder {
private:
@@ -567,11 +566,6 @@ namespace llvm {
DILexicalBlock createLexicalBlock(DIDescriptor Scope, DIFile File,
unsigned Line, unsigned Col);
-
- /// \brief Create a descriptor for an imported module.
- /// @param NS The namespace being imported here
- DIImportedModule createImportedModule(DINameSpace NS);
-
/// insertDeclare - Insert a new llvm.dbg.declare intrinsic call.
/// @param Storage llvm::Value of the variable
/// @param VarInfo Variable's debug info descriptor.