Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp67 void MCLineEntry::Make(MCObjectStreamer *MCOS, const MCSection *Section) { in Make()
95 static inline const MCExpr *MakeStartMinusEndExpr(const MCStreamer &MCOS, in MakeStartMinusEndExpr()
118 EmitDwarfLineTable(MCObjectStreamer *MCOS, const MCSection *Section, in EmitDwarfLineTable()
209 void MCDwarfLineTable::Emit(MCObjectStreamer *MCOS) { in Emit()
267 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, in Emit()
425 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, int64_t LineDelta, in Emit()
511 static void EmitAbbrev(MCStreamer *MCOS, uint64_t Name, uint64_t Form) { in EmitAbbrev()
518 static void EmitGenDwarfAbbrev(MCStreamer *MCOS) { in EmitGenDwarfAbbrev()
569 static void EmitGenDwarfAranges(MCStreamer *MCOS, in EmitGenDwarfAranges()
641 static void EmitGenDwarfInfo(MCStreamer *MCOS, in EmitGenDwarfInfo()
[all …]
H A DMCContext.cpp388 void MCContext::finalizeDwarfSections(MCStreamer &MCOS) { in finalizeDwarfSections()