Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp665 MCSymbol *CompilerInfo = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule()
699 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule()
835 hotPatchInfo = beginCVSubsection(DebugSubsectionKind::Symbols); in emitSecureHotPatchInformation()
969 MCSymbol *BISubsecEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitBuildInfo()
982 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines); in emitInlineeLinesSubsection()
1079 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForThunk()
1146 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForFunction()
3168 MCSymbol *CodeViewDebug::beginCVSubsection(DebugSubsectionKind Kind) { in beginCVSubsection() function in CodeViewDebug
3324 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
3338 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
H A DCodeViewDebug.h369 MCSymbol *beginCVSubsection(codeview::DebugSubsectionKind Kind);