Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp598 MCSymbol *CompilerInfo = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule()
627 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule()
875 MCSymbol *BISubsecEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitBuildInfo()
888 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines); in emitInlineeLinesSubsection()
985 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForThunk()
1052 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForFunction()
2978 MCSymbol *CodeViewDebug::beginCVSubsection(DebugSubsectionKind Kind) { in beginCVSubsection() function in CodeViewDebug
3120 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
3134 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
H A DCodeViewDebug.h326 MCSymbol *beginCVSubsection(codeview::DebugSubsectionKind Kind);