Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
2977 MCSymbol *CodeViewDebug::beginCVSubsection(DebugSubsectionKind Kind) { in beginCVSubsection() function in CodeViewDebug
3119 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
3133 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
H A DCodeViewDebug.h324 MCSymbol *beginCVSubsection(codeview::DebugSubsectionKind Kind);