reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1784 void MCAsmStreamer::EmitWinCFIAllocStack(unsigned Size, SMLoc Loc) {
956 virtual void EmitWinCFIAllocStack(unsigned Size, SMLoc Loc = SMLoc());
1785 MCStreamer::EmitWinCFIAllocStack(Size, Loc);
lib/MC/MCParser/COFFAsmParser.cpp 679 getStreamer().EmitWinCFIAllocStack(Size, Loc);
lib/Target/X86/X86MCInstLower.cpp 1797 OutStreamer->EmitWinCFIAllocStack(MI->getOperand(0).getImm());