Lines Matching refs:RecordStreamer
14 void RecordStreamer::markDefined(const MCSymbol &Symbol) { in markDefined()
31 void RecordStreamer::markGlobal(const MCSymbol &Symbol, in markGlobal()
50 void RecordStreamer::markUsed(const MCSymbol &Symbol) { in markUsed()
66 void RecordStreamer::visitUsedSymbol(const MCSymbol &Sym) { markUsed(Sym); } in visitUsedSymbol()
68 RecordStreamer::const_iterator RecordStreamer::begin() { in begin()
72 RecordStreamer::const_iterator RecordStreamer::end() { return Symbols.end(); } in end()
74 RecordStreamer::RecordStreamer(MCContext &Context) : MCStreamer(Context) {} in RecordStreamer() function in RecordStreamer
76 void RecordStreamer::EmitInstruction(const MCInst &Inst, in EmitInstruction()
81 void RecordStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel()
86 void RecordStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment()
91 bool RecordStreamer::EmitSymbolAttribute(MCSymbol *Symbol, in EmitSymbolAttribute()
98 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
103 void RecordStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol()