Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp474 MCSymbol *CompilerInfo = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule()
498 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in endModule()
744 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines); in emitInlineeLinesSubsection()
850 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForThunk()
928 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForFunction()
2647 MCSymbol *CodeViewDebug::beginCVSubsection(DebugSubsectionKind Kind) { in beginCVSubsection() function in CodeViewDebug
2710 EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
2728 EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals()
DCodeViewDebug.h273 MCSymbol *beginCVSubsection(codeview::DebugSubsectionKind Kind);
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h206 MCSymbol *beginCVSubsection(codeview::ModuleSubstreamKind Kind);
DCodeViewDebug.cpp403 MCSymbol *SymbolsEnd = beginCVSubsection(ModuleSubstreamKind::Symbols); in endModule()
501 MCSymbol *InlineEnd = beginCVSubsection(ModuleSubstreamKind::InlineeLines); in emitInlineeLinesSubsection()
638 MCSymbol *SymbolsEnd = beginCVSubsection(ModuleSubstreamKind::Symbols); in emitDebugInfoForFunction()
1950 MCSymbol *CodeViewDebug::beginCVSubsection(ModuleSubstreamKind Kind) { in beginCVSubsection() function in CodeViewDebug
2001 EndLabel = beginCVSubsection(ModuleSubstreamKind::Symbols); in emitDebugInfoForGlobals()
2019 EndLabel = beginCVSubsection(ModuleSubstreamKind::Symbols); in emitDebugInfoForGlobals()