Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/MC/
HDMCDwarf.cpp67 void MCLineEntry::Make(MCObjectStreamer *MCOS, MCSection *Section) { in Make() argument
68 if (!MCOS->getContext().getDwarfLocSeen()) in Make()
72 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in Make()
74 MCOS->EmitLabel(LineSym); in Make()
77 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc(); in Make()
83 MCOS->getContext().clearDwarfLocSeen(); in Make()
86 MCOS->getContext() in Make()
87 .getMCDwarfLineTable(MCOS->getContext().getDwarfCompileUnitID()) in Make()
95 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS, in MakeStartMinusEndExpr() argument
101 MCSymbolRefExpr::create(&End, Variant, MCOS.getContext()); in MakeStartMinusEndExpr()
[all …]
HDMCContext.cpp470 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections() argument
472 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCDwarf.h155 static void Make(MCObjectStreamer *MCOS, MCSection *Section);
195 std::pair<MCSymbol *, MCSymbol *> Emit(MCStreamer *MCOS) const;
197 Emit(MCStreamer *MCOS, ArrayRef<char> SpecialOpcodeLengths) const;
209 void Emit(MCStreamer &MCOS) const;
218 static void Emit(MCObjectStreamer *MCOS);
221 void EmitCU(MCObjectStreamer *MCOS) const;
269 static void Emit(MCStreamer *MCOS, int64_t LineDelta, uint64_t AddrDelta);
278 static void Emit(MCStreamer *MCOS);
307 static void Make(MCSymbol *Symbol, MCStreamer *MCOS, SourceMgr &SrcMgr,
HDMCContext.h477 void finalizeDwarfSections(MCStreamer &MCOS);