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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h323 MCSymbol *beginCVSubsection(codeview::DebugSubsectionKind Kind);
H A DCodeViewDebug.cpp572 MCSymbol *CompilerInfo = beginCVSubsection(DebugSubsectionKind::Symbols);
596 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
841 MCSymbol *BISubsecEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
854 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines);
950 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
1017 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
2914 MCSymbol *CodeViewDebug::beginCVSubsection(DebugSubsectionKind Kind) { function in class:CodeViewDebug
3036 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);
3049 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);

Completed in 157 milliseconds