Searched refs:emitCOFFSectionIndex (Results 1 – 8 of 8) sorted by relevance
56 void emitCOFFSectionIndex(MCSymbol const *Symbol) override;
572 virtual void emitCOFFSectionIndex(MCSymbol const *Symbol);
1092 OS.emitCOFFSectionIndex(Fn); in emitDebugInfoForThunk()1172 OS.emitCOFFSectionIndex(Fn); in emitDebugInfoForFunction()1227 OS.emitCOFFSectionIndex(Label); in emitDebugInfoForFunction()1247 OS.emitCOFFSectionIndex(BeginLabel); in emitDebugInfoForFunction()2965 OS.emitCOFFSectionIndex(FI.Begin); // Func Symbol in emitLexicalBlock()3461 OS.emitCOFFSectionIndex(GVSym); in emitDebugInfoForGlobal()3610 OS.emitCOFFSectionIndex(JumpTable.Base); in emitDebugInfoForJumpTables()3624 OS.emitCOFFSectionIndex(JumpTable.Branch); in emitDebugInfoForJumpTables()3626 OS.emitCOFFSectionIndex(JumpTable.Table); in emitDebugInfoForJumpTables()
279 void MCWinCOFFStreamer::emitCOFFSectionIndex(const MCSymbol *Symbol) { in emitCOFFSectionIndex() function in MCWinCOFFStreamer
347 OS.emitCOFFSectionIndex(FuncBegin); in emitLineTableForFunction()
208 void emitCOFFSectionIndex(MCSymbol const *Symbol) override;849 void MCAsmStreamer::emitCOFFSectionIndex(MCSymbol const *Symbol) { in emitCOFFSectionIndex() function in MCAsmStreamer
1067 void MCStreamer::emitCOFFSectionIndex(MCSymbol const *Symbol) {} in emitCOFFSectionIndex() function in MCStreamer
572 getStreamer().emitCOFFSectionIndex(Symbol); in parseDirectiveSecIdx()