Searched refs:EmitCOFFSectionIndex (Results 1 – 7 of 7) sorted by relevance
53 void EmitCOFFSectionIndex(MCSymbol const *Symbol) override;
462 virtual void EmitCOFFSectionIndex(MCSymbol const *Symbol);
225 Asm->OutStreamer.EmitCOFFSectionIndex(Fn); in emitDebugInfoForFunction()266 Asm->OutStreamer.EmitCOFFSectionIndex(Fn); in emitDebugInfoForFunction()
161 void MCWinCOFFStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) { in EmitCOFFSectionIndex() function in llvm::MCWinCOFFStreamer
139 void EmitCOFFSectionIndex(MCSymbol const *Symbol) override;489 void MCAsmStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) { in EmitCOFFSectionIndex() function in MCAsmStreamer
551 void MCStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) { in EmitCOFFSectionIndex() function in MCStreamer
467 getStreamer().EmitCOFFSectionIndex(Symbol); in ParseDirectiveSecIdx()