summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
index e32d6267430..b56b9047e1a 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
@@ -443,19 +443,6 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
codeview::TypeIndex TI,
const DIType *ClassTy = nullptr);
- /// Collect the names of parent scopes, innermost to outermost. Return the
- /// innermost subprogram scope if present. Ensure that parent type scopes are
- /// inserted into the type table.
- const DISubprogram *
- collectParentScopeNames(const DIScope *Scope,
- SmallVectorImpl<StringRef> &ParentScopeNames);
-
- std::string formatNestedName(ArrayRef<StringRef> ParentScopeNames,
- StringRef TypeName);
-
- std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name);
- std::string getFullyQualifiedName(const DIScope *Scope);
-
unsigned getPointerSizeInBytes();
protected:
OpenPOWER on IntegriCloud