summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
diff options
context:
space:
mode:
authorBob Haarman <llvm@inglorion.net>2017-08-29 04:08:31 +0000
committerBob Haarman <llvm@inglorion.net>2017-08-29 04:08:31 +0000
commit0bf0d666823a5e6cfbe2e54c33b1792eb202ae81 (patch)
tree1094683de09cc6aa05b0ab2a13eba1902d7d678e /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
parent858d0983830cfbfdd269a4b72e7fb45f12909beb (diff)
downloadbcm5719-llvm-0bf0d666823a5e6cfbe2e54c33b1792eb202ae81.tar.gz
bcm5719-llvm-0bf0d666823a5e6cfbe2e54c33b1792eb202ae81.zip
Revert "[codeview] support more DW_OPs for more complete debug info"
This reverts commit e160912f53f047bc97e572add179e08e33f4df48. llvm-svn: 311977
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
index 4345bb4d1c2..91f691c635e 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
@@ -94,7 +94,6 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
struct LocalVariable {
const DILocalVariable *DIVar = nullptr;
SmallVector<LocalVarDefRange, 1> DefRanges;
- bool Deref = false;
};
struct InlineSite {
@@ -148,9 +147,6 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
codeview::TypeIndex getFuncIdForSubprogram(const DISubprogram *SP);
- void calculateRanges(LocalVariable &Var,
- const DbgValueHistoryMap::InstrRanges &Ranges);
-
static void collectInlineSiteChildren(SmallVectorImpl<unsigned> &Children,
const FunctionInfo &FI,
const InlineSite &Site);
@@ -263,8 +259,6 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
codeview::TypeIndex getTypeIndex(DITypeRef TypeRef,
DITypeRef ClassTyRef = DITypeRef());
- codeview::TypeIndex getTypeIndexForReferenceTo(DITypeRef TypeRef);
-
codeview::TypeIndex getMemberFunctionType(const DISubprogram *SP,
const DICompositeType *Class);
OpenPOWER on IntegriCloud