reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/MC/MCAsmStreamer.cpp
  741 void MCAsmStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) {
lib/MC/MCWinCOFFStreamer.cpp
  219 void MCWinCOFFStreamer::EmitCOFFSectionIndex(const MCSymbol *Symbol) {

Declarations

include/llvm/MC/MCStreamer.h
  535   virtual void EmitCOFFSectionIndex(MCSymbol const *Symbol);

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  963   OS.EmitCOFFSectionIndex(Fn);
 1043     OS.EmitCOFFSectionIndex(Fn);
 1090       OS.EmitCOFFSectionIndex(Label);
 1110       OS.EmitCOFFSectionIndex(BeginLabel);
 2715   OS.EmitCOFFSectionIndex(FI.Begin);                      // Func Symbol
 3094     OS.EmitCOFFSectionIndex(GVSym);
lib/MC/MCCodeView.cpp
  338   OS.EmitCOFFSectionIndex(FuncBegin);
lib/MC/MCParser/COFFAsmParser.cpp
  538   getStreamer().EmitCOFFSectionIndex(Symbol);