Lines Matching refs:OutStreamer
69 AP.OutStreamer->emitSymbolAttribute(Sym, MCSA_Global); in EmitCamlGlobal()
70 AP.OutStreamer->emitLabel(Sym); in EmitCamlGlobal()
75 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
78 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
102 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
105 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
109 AP.OutStreamer->emitIntValue(0, IntPtrSize); in finishAssembly()
111 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
154 AP.OutStreamer->AddComment("live roots for " + in finishAssembly()
156 AP.OutStreamer->AddBlankLine(); in finishAssembly()
168 AP.OutStreamer->emitSymbolValue(J->Label, IntPtrSize); in finishAssembly()