HomeSort by: relevance | last modified time | path
    Searched refs:beginCVSubsection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 598 MCSymbol *CompilerInfo = beginCVSubsection(DebugSubsectionKind::Symbols);
627 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
875 MCSymbol *BISubsecEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
888 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines);
985 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
1052 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
2977 MCSymbol *CodeViewDebug::beginCVSubsection(DebugSubsectionKind Kind) {
3119 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);
3133 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols);
CodeViewDebug.h 324 MCSymbol *beginCVSubsection(codeview::DebugSubsectionKind Kind);

Completed in 19 milliseconds