reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
931 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); 935 MCSymbol *InfoStart = context.createTempSymbol(); 937 MCSymbol *InfoEnd = context.createTempSymbol(); 947 MCOS->EmitIntValue(context.getDwarfVersion(), 2); 951 const MCAsmInfo &AsmInfo = *context.getAsmInfo(); 953 if (context.getDwarfVersion() >= 5) { 964 if (context.getDwarfVersion() <= 4) 992 auto &Sections = context.getGenDwarfSectionSyms(); 997 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); 1003 StartSymbol, MCSymbolRefExpr::VK_None, context); 1008 EndSymbol, MCSymbolRefExpr::VK_None, context); 1014 const SmallVectorImpl<std::string> &MCDwarfDirs = context.getMCDwarfDirs(); 1019 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = context.getMCDwarfFiles(); 1025 ? context.getMCDwarfLineTable(/*CUID=*/0).getRootFile() 1031 if (!context.getCompilationDir().empty()) { 1032 MCOS->EmitBytes(context.getCompilationDir()); 1037 StringRef DwarfDebugFlags = context.getDwarfDebugFlags(); 1044 StringRef DwarfDebugProducer = context.getDwarfDebugProducer(); 1076 MCSymbolRefExpr::VK_None, context);