diff options
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); |