diff options
author | Reid Kleckner <rnk@google.com> | 2016-06-06 23:41:38 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-06-06 23:41:38 +0000 |
commit | e8a236fc2ea07304ee73ab02f6cbb00d086caef4 (patch) | |
tree | 44a16f17d8cc957b4a142197b30c352ccef3d0fa /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | |
parent | a0c6ae02a58842e1dcb998e619d0284d62bf8f1d (diff) | |
download | bcm5719-llvm-e8a236fc2ea07304ee73ab02f6cbb00d086caef4.tar.gz bcm5719-llvm-e8a236fc2ea07304ee73ab02f6cbb00d086caef4.zip |
Revert "[codeview] Emit information about global variables"
This reverts commit r271957, it broke check-asan on Windows.
llvm-svn: 271962
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h index 69c9c966f93..208ff33b964 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h @@ -169,17 +169,6 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase { void emitDebugInfoForFunction(const Function *GV, FunctionInfo &FI); - void emitDebugInfoForGlobals(); - - void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, MCSymbol *GVSym); - - /// Opens a subsection of the given kind in a .debug$S codeview section. - /// Returns an end label for use with endCVSubsection when the subsection is - /// finished. - MCSymbol *beginCVSubsection(codeview::ModuleSubstreamKind Kind); - - void endCVSubsection(MCSymbol *EndLabel); - void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt, const InlineSite &Site); |