Searched refs:EmitCOFFSectionIndex (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h54 void EmitCOFFSectionIndex(MCSymbol const *Symbol) override;
H A DMCStreamer.h545 virtual void EmitCOFFSectionIndex(MCSymbol const *Symbol);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp219 void MCWinCOFFStreamer::EmitCOFFSectionIndex(const MCSymbol *Symbol) { function in class:MCWinCOFFStreamer
H A DMCCodeView.cpp338 OS.EmitCOFFSectionIndex(FuncBegin);
H A DMCAsmStreamer.cpp169 void EmitCOFFSectionIndex(MCSymbol const *Symbol) override;
757 void MCAsmStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) { function in class:MCAsmStreamer
H A DMCStreamer.cpp924 void MCStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) {} function in class:MCStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp544 getStreamer().EmitCOFFSectionIndex(Symbol);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp984 OS.EmitCOFFSectionIndex(Fn);
1064 OS.EmitCOFFSectionIndex(Fn);
1111 OS.EmitCOFFSectionIndex(Label);
1131 OS.EmitCOFFSectionIndex(BeginLabel);
2742 OS.EmitCOFFSectionIndex(FI.Begin); // Func Symbol
3133 OS.EmitCOFFSectionIndex(GVSym);

Completed in 188 milliseconds