Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp646 MCSymbol *CompilerInfo = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule()
676 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule()
955 MCSymbol *BISubsecEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitBuildInfo()
968 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines); in emitInlineeLinesSubsection()
1065 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForThunk()
1132 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForFunction()
3088 MCSymbol *CodeViewDebug::beginCVSubsection(DebugSubsectionKind Kind) { in beginCVSubsection() function in CodeViewDebug
3244 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
3258 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
H A DCodeViewDebug.h342 MCSymbol *beginCVSubsection(codeview::DebugSubsectionKind Kind);