HomeSort by: relevance | last modified time | path
    Searched refs:EmitCOFFSectionIndex (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCWinCOFFStreamer.h 54 void EmitCOFFSectionIndex(MCSymbol const *Symbol) override;
MCStreamer.h 562 virtual void EmitCOFFSectionIndex(MCSymbol const *Symbol);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinCOFFStreamer.cpp 218 void MCWinCOFFStreamer::EmitCOFFSectionIndex(const MCSymbol *Symbol) {
MCAsmStreamer.cpp 182 void EmitCOFFSectionIndex(MCSymbol const *Symbol) override;
792 void MCAsmStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) {
MCCodeView.cpp 338 OS.EmitCOFFSectionIndex(FuncBegin);
MCStreamer.cpp 949 void MCStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) {}
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 546 getStreamer().EmitCOFFSectionIndex(Symbol);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 998 OS.EmitCOFFSectionIndex(Fn);
1078 OS.EmitCOFFSectionIndex(Fn);
1125 OS.EmitCOFFSectionIndex(Label);
1145 OS.EmitCOFFSectionIndex(BeginLabel);
2778 OS.EmitCOFFSectionIndex(FI.Begin); // Func Symbol
3241 OS.EmitCOFFSectionIndex(GVSym);

Completed in 33 milliseconds