Home
last modified time | relevance | path

Searched refs:beginCVSubsection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h206 MCSymbol *beginCVSubsection(codeview::ModuleSubstreamKind Kind);
DCodeViewDebug.cpp403 MCSymbol *SymbolsEnd = beginCVSubsection(ModuleSubstreamKind::Symbols); in endModule()
501 MCSymbol *InlineEnd = beginCVSubsection(ModuleSubstreamKind::InlineeLines); in emitInlineeLinesSubsection()
638 MCSymbol *SymbolsEnd = beginCVSubsection(ModuleSubstreamKind::Symbols); in emitDebugInfoForFunction()
1950 MCSymbol *CodeViewDebug::beginCVSubsection(ModuleSubstreamKind Kind) { in beginCVSubsection() function in CodeViewDebug
2001 EndLabel = beginCVSubsection(ModuleSubstreamKind::Symbols); in emitDebugInfoForGlobals()
2019 EndLabel = beginCVSubsection(ModuleSubstreamKind::Symbols); in emitDebugInfoForGlobals()