Searched defs:MCOS (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMCContext.cpp347 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { argument
348 MCContext &context = MCOS.getContext();
353 MCOS.SwitchSection(sec->first);
354 if (MCOS.mayHaveInstructions()) {
356 MCOS.EmitLabel(SectionEndSym);
H A DMCDwarf.cpp67 void MCLineEntry::Make(MCObjectStreamer *MCOS, const MCSection *Section) { argument
68 if (!MCOS->getContext().getDwarfLocSeen())
72 MCSymbol *LineSym = MCOS->getContext().CreateTempSymbol();
74 MCOS->EmitLabel(LineSym);
77 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc();
83 MCOS->getContext().ClearDwarfLocSeen();
86 MCOS->getContext()
87 .getMCDwarfLineTable(MCOS->getContext().getDwarfCompileUnitID())
95 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS, argument
101 MCSymbolRefExpr::Create(&End, Variant, MCOS
118 EmitDwarfLineTable(MCObjectStreamer *MCOS, const MCSection *Section, const MCLineSection::MCLineEntryCollection &LineEntries) argument
209 Emit(MCObjectStreamer *MCOS) argument
251 Emit(MCStreamer *MCOS, ArrayRef<char> StandardOpcodeLengths) const argument
420 Emit(MCStreamer *MCOS, int64_t LineDelta, uint64_t AddrDelta) argument
506 EmitAbbrev(MCStreamer *MCOS, uint64_t Name, uint64_t Form) argument
513 EmitGenDwarfAbbrev(MCStreamer *MCOS) argument
563 EmitGenDwarfAranges(MCStreamer *MCOS, const MCSymbol *InfoSectionSymbol) argument
634 EmitGenDwarfInfo(MCStreamer *MCOS, const MCSymbol *AbbrevSectionSymbol, const MCSymbol *LineSectionSymbol, const MCSymbol *RangesSectionSymbol) argument
801 EmitGenDwarfRanges(MCStreamer *MCOS) argument
839 Emit(MCStreamer *MCOS) argument
909 Make(MCSymbol *Symbol, MCStreamer *MCOS, SourceMgr &SrcMgr, SMLoc &Loc) argument
[all...]

Completed in 106 milliseconds