Home
last modified time | relevance | path

Searched refs:OutStreamer (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp99 OutStreamer->emitIntValue(Val, 1); in emitEncodingByte()
139 OutStreamer->emitCOFFSecRel32(Label, /*Offset=*/0); in emitDwarfSymbolReference()
177 OutStreamer->emitDwarfUnitLength(Length, Comment); in emitDwarfUnitLength()
234 OutStreamer->emitCFIWindowSave(Loc); in emitCFIInstruction()
237 OutStreamer->emitCFINegateRAState(Loc); in emitCFIInstruction()
246 OutStreamer->AddComment(Inst.getComment()); in emitCFIInstruction()
247 OutStreamer->emitCFIEscape(Inst.getValues(), Loc); in emitCFIInstruction()
256 OutStreamer->emitCFIRememberState(Loc); in emitCFIInstruction()
259 OutStreamer->emitCFIRestoreState(Loc); in emitCFIInstruction()
281 OutStreamer->AddComment( in emitDwarfDIE()
[all …]
H A DAsmPrinter.cpp1381 OutStreamer->pushSection(); in emitBBAddrMapSection()
1463 OutStreamer->popSection(); in emitBBAddrMapSection()
1480 OutStreamer->popSection(); in emitKCFITrapEntry()
1524 OutStreamer->popSection(); in emitStackSizeSection()
1563 OutStreamer->emitLabel(S); in emitPCSectionsLabel()
1657 OutStreamer->popSection(); in emitPCSections()
2529 OutStreamer->finish(); in doFinalization()
2530 OutStreamer->reset(); in doFinalization()
2979 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()
3011 OutStreamer->emitZeros(1); in emitModuleCommandLines()
[all …]
H A DEHStreamer.cpp471 Asm->OutStreamer->switchSection(LSDASection); in emitExceptionTable()
478 Asm->OutStreamer->emitLabel(GCCETSym); in emitExceptionTable()
501 Asm->OutStreamer->emitLabel(TTBaseRefLabel); in emitExceptionTable()
511 Asm->OutStreamer->emitLabel(CstBeginLabel); in emitExceptionTable()
619 Asm->OutStreamer->emitLabel(CstEndLabel); in emitExceptionTable()
694 Asm->OutStreamer->emitLabel(Dot); in emitExceptionTable()
695 Asm->OutStreamer->emitValue( in emitExceptionTable()
761 Asm->OutStreamer->emitLabel(CstEndLabel); in emitExceptionTable()
820 Asm->OutStreamer->addBlankLine(); in emitTypeInfos()
830 Asm->OutStreamer->emitLabel(TTBaseLabel); in emitTypeInfos()
[all …]
H A DARMException.cpp27 MCTargetStreamer &TS = *Asm->OutStreamer->getTargetStreamer(); in getTargetStreamer()
42 Asm->OutStreamer->emitCFISections(false, true); in beginFunction()
47 Asm->OutStreamer->emitCFIStartProc(false); in beginFunction()
53 Asm->OutStreamer->emitCFIEndProc(); in markFunctionEnd()
96 bool VerboseAsm = Asm->OutStreamer->isVerboseAsm(); in emitTypeInfos()
101 Asm->OutStreamer->AddComment(">> Catch TypeInfos <<"); in emitTypeInfos()
102 Asm->OutStreamer->addBlankLine(); in emitTypeInfos()
108 Asm->OutStreamer->AddComment("TypeInfo " + Twine(Entry--)); in emitTypeInfos()
112 Asm->OutStreamer->emitLabel(TTBaseLabel); in emitTypeInfos()
116 Asm->OutStreamer->AddComment(">> Filter TypeInfos <<"); in emitTypeInfos()
[all …]
H A DOcamlGCPrinter.cpp69 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()
148 AP.OutStreamer->AddComment("live roots for " + in finishAssembly()
150 AP.OutStreamer->addBlankLine(); in finishAssembly()
[all …]
H A DAccelTable.cpp286 Asm->OutStreamer->AddComment("Header Magic"); in emit()
288 Asm->OutStreamer->AddComment("Header Version"); in emit()
346 Asm->OutStreamer->emitLabel(Hash->Sym); in emitData()
349 Asm->OutStreamer->AddComment("Num DIEs"); in emitData()
538 Asm->OutStreamer->emitLabel(AbbrevStart); in emitAbbrevs()
555 Asm->OutStreamer->emitLabel(AbbrevEnd); in emitAbbrevs()
585 Asm->OutStreamer->emitLabel(EntrySymbol); in emitEntry()
622 Asm->OutStreamer->emitLabel(EntryPool); in emitData()
627 Asm->OutStreamer->emitLabel(Hash->Sym); in emitData()
671 Asm->OutStreamer->emitLabel(ContributionEnd); in emit()
[all …]
H A DAddressPool.cpp32 Asm.OutStreamer->AddComment("DWARF version number"); in emitHeader()
34 Asm.OutStreamer->AddComment("Address size"); in emitHeader()
36 Asm.OutStreamer->AddComment("Segment selector size"); in emitHeader()
48 Asm.OutStreamer->switchSection(AddrSection); in emit()
57 Asm.OutStreamer->emitLabel(AddressTableBaseSym); in emit()
69 Asm.OutStreamer->emitValue(Entry, Asm.MAI->getCodePointerSize()); in emit()
72 Asm.OutStreamer->emitLabel(EndLabel); in emit()
H A DDwarfStringPool.cpp58 Asm.OutStreamer->switchSection(Section); in emitStringOffsetsTableHeader()
72 Asm.OutStreamer->emitLabel(StartSym); in emitStringOffsetsTableHeader()
81 Asm.OutStreamer->switchSection(StrSection); in emit()
101 Asm.OutStreamer->emitLabel(Entry->getValue().Symbol); in emit()
104 Asm.OutStreamer->AddComment("string offset=" + in emit()
106 Asm.OutStreamer->emitBytes( in emit()
120 Asm.OutStreamer->switchSection(OffsetSection); in emit()
126 Asm.OutStreamer->emitIntValue(Entry->getValue().Offset, size); in emit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp145 EmitToStreamer(*OutStreamer, in emitCallInformation()
345 *OutStreamer, in emitInstruction()
349 *OutStreamer, in emitInstruction()
683 *OutStreamer, in emitInstruction()
1030 OutStreamer->popSection(); in emitADASection()
1096 OutStreamer->popSection(); in emitIDRLSection()
1189 OutStreamer->emitInt8( in emitPPA1Flags()
1333 OutStreamer->emitInt16( in emitPPA1()
1391 OutStreamer->emitInt64( in emitPPA1()
1484 OutStreamer->emitInt32( in emitPPA2()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp65 MCStreamer &OutStreamer = getStreamer(); in emitNoteSection() local
66 MCContext &Context = OutStreamer.getContext(); in emitNoteSection()
77 MCSection *Cur = OutStreamer.getCurrentSectionOnly(); in emitNoteSection()
78 OutStreamer.switchSection(Nt); in emitNoteSection()
81 OutStreamer.emitValueToAlignment(Align(8)); in emitNoteSection()
83 OutStreamer.emitIntValue(4 * 4, 4); // Elf_Prop size in emitNoteSection()
89 OutStreamer.emitIntValue(4, 4); // data size in emitNoteSection()
90 OutStreamer.emitIntValue(Flags, 4); // data in emitNoteSection()
91 OutStreamer.emitIntValue(0, 4); // pad in emitNoteSection()
93 OutStreamer.endSection(Nt); in emitNoteSection()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp90 OutStreamer.emitInstruction(SICInst, STI); in emitSIC()
102 OutStreamer.emitInstruction(BSICInst, STI); in emitBSIC()
114 OutStreamer.emitInstruction(LEAInst, STI); in emitLEAzzi()
138 OutStreamer.emitInstruction(LEAInst, STI); in emitLEAzii()
161 OutStreamer.emitInstruction(Inst, STI); in emitBinary()
176 emitLEAzzi(OutStreamer, lo, RD, STI); in emitHiLo()
179 emitLEASLzzi(OutStreamer, hi, RD, STI); in emitHiLo()
218 emitSIC(*OutStreamer, RegPLT, STI); in lowerGETGOTAndEmitMCInsts()
266 emitSIC(*OutStreamer, RegPLT, STI); in lowerGETFunPLTAndEmitMCInsts()
314 emitSIC(*OutStreamer, RegLR, STI); in lowerGETTLSAddrAndEmitMCInsts()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp247 OutStreamer->emitAssignment( in emitStartOfAsmFile()
335 OutStreamer->emitLabel(CurSled); in emitSled()
346 OutStreamer->emitLabel(Target); in emitSled()
367 auto &O = *OutStreamer; in LowerPATCHABLE_EVENT_CALL()
514 EmitToStreamer(*OutStreamer, in LowerKCFI_CHECK()
542 OutStreamer->emitLabel(Pass); in LowerKCFI_CHECK()
564 EmitToStreamer(*OutStreamer, in LowerHWASAN_CHECK_MEMACCESS()
614 OutStreamer->emitLabel(Sym); in emitHwasanMemaccessSymbols()
622 OutStreamer->emitInstruction( in emitHwasanMemaccessSymbols()
1378 EmitToStreamer(OutStreamer, in LowerSTATEPOINT()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp912 *OutStreamer, in emitInstruction()
917 *OutStreamer, in emitInstruction()
1428 *OutStreamer, in emitInstruction()
1518 *OutStreamer, in emitInstruction()
1521 *OutStreamer, in emitInstruction()
1599 *OutStreamer, in emitInstruction()
1657 *OutStreamer, in emitInstruction()
1684 *OutStreamer, in emitInstruction()
1808 OutStreamer->emitValue( in emitFunctionEntryLabel()
2642 OutStreamer->emitLabel( in emitFunctionEntryLabel()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp118 OutStreamer.emitLabel(MILabel); in LowerSTACKMAP()
150 OutStreamer.emitLabel(MILabel); in LowerPATCHPOINT()
179 OutStreamer.emitLabel(MILabel); in LowerSTATEPOINT()
528 *OutStreamer, in LowerKCFI_CHECK()
532 EmitToStreamer(*OutStreamer, in LowerKCFI_CHECK()
543 EmitToStreamer(*OutStreamer, in LowerKCFI_CHECK()
550 OutStreamer->emitLabel(Trap); in LowerKCFI_CHECK()
553 OutStreamer->emitLabel(Pass); in LowerKCFI_CHECK()
594 OutStreamer->emitLabel(Sym); in EmitHwasanMemaccessSymbols()
597 OutStreamer->emitInstruction( in EmitHwasanMemaccessSymbols()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp814 OutStreamer->emitLabel(MILabel); in LowerSTATEPOINT()
910 OutStreamer->emitLabel(Trap); in LowerKCFI_CHECK()
913 OutStreamer->emitLabel(Pass); in LowerKCFI_CHECK()
999 OutStreamer->emitLabel(MILabel); in LowerSTACKMAP()
1018 OutStreamer->emitLabel(MILabel); in LowerPATCHPOINT()
1099 OutStreamer->emitLabel(CurSled); in LowerPATCHABLE_EVENT_CALL()
1196 OutStreamer->emitLabel(CurSled); in LowerPATCHABLE_TYPED_EVENT_CALL()
1299 OutStreamer->emitLabel(CurSled); in LowerPATCHABLE_FUNCTION_ENTER()
1329 OutStreamer->emitLabel(CurSled); in LowerPATCHABLE_RET()
1353 OutStreamer->emitLabel(CurSled); in LowerPATCHABLE_TAIL_CALL()
[all …]
H A DX86AsmPrinter.cpp84 OutStreamer->endCOFFSymbolDef(); in runOnMachineFunction()
179 OutStreamer->emitLabel(FnSym); in emitKCFITypeId()
190 OutStreamer->emitLabel(EndSym); in emitKCFITypeId()
545 OutStreamer->emitInstruction( in emitMachOIFuncStubBody()
583 OutStreamer->emitInstruction( in emitMachOIFuncStubHelperBody()
588 OutStreamer->emitInstruction( in emitMachOIFuncStubHelperBody()
604 OutStreamer->emitInstruction( in emitMachOIFuncStubHelperBody()
921 OutStreamer->emitAssignment( in emitStartOfAsmFile()
937 OutStreamer.emitLabel(StubLabel); in emitNonLazySymbolPointer()
951 OutStreamer.emitValue( in emitNonLazySymbolPointer()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp81 OutStreamer->emitLabel(S); in emitFunctionEntryLabel()
100 OutStreamer->emitValue(E, Size); in emitXXStructor()
164 OutStreamer->endCOFFSymbolDef(); in runOnMachineFunction()
519 OutStreamer.emitLabel(StubLabel); in emitNonLazySymbolPointer()
533 OutStreamer.emitValue( in emitNonLazySymbolPointer()
560 OutStreamer->addBlankLine(); in emitEndOfAsmFile()
573 OutStreamer->addBlankLine(); in emitEndOfAsmFile()
1004 OutStreamer->emitLabel(JTISymbol); in emitJumpTableAddrs()
1034 OutStreamer->emitValue(Expr, 4); in emitJumpTableAddrs()
1050 OutStreamer->emitLabel(JTISymbol); in emitJumpTableInsts()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp144 OutStreamer.emitInstruction(Inst, STI); in EmitBinary()
175 EmitSETHI(OutStreamer, hi, RD, STI); in EmitHiLo()
176 EmitOR(OutStreamer, RD, lo, RD, STI); in EmitHiLo()
198 EmitHiLo(*OutStreamer, GOTLabel, in LowerGETPCXAndEmitMCInsts()
203 EmitHiLo(*OutStreamer, GOTLabel, in LowerGETPCXAndEmitMCInsts()
215 EmitHiLo(*OutStreamer, GOTLabel, in LowerGETPCXAndEmitMCInsts()
223 EmitHiLo(*OutStreamer, GOTLabel, in LowerGETPCXAndEmitMCInsts()
246 OutStreamer->emitLabel(StartLabel); in LowerGETPCXAndEmitMCInsts()
256 EmitRDPC(*OutStreamer, RegO7, STI); in LowerGETPCXAndEmitMCInsts()
258 OutStreamer->emitLabel(SethiLabel); in LowerGETPCXAndEmitMCInsts()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp103 if (!OutStreamer) in getTargetStreamer()
253 OutStreamer->addBlankLine(); in emitImplicitDef()
542 OutStreamer->emitRawComment( in runOnMachineFunction()
544 OutStreamer->emitRawComment( in runOnMachineFunction()
546 OutStreamer->emitRawComment( in runOnMachineFunction()
550 OutStreamer->emitRawComment( in runOnMachineFunction()
552 OutStreamer->emitRawComment( in runOnMachineFunction()
555 OutStreamer->emitRawComment( in runOnMachineFunction()
614 OutStreamer->switchSection( in runOnMachineFunction()
985 OutStreamer->emitInt32( in EmitProgramInfoSI()
[all …]
H A DR600AsmPrinter.cpp91 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoR600()
92 OutStreamer->emitIntValue(S_NUM_GPRS(MaxGPR + 1) | in EmitProgramInfoR600()
94 OutStreamer->emitInt32(R_02880C_DB_SHADER_CONTROL); in EmitProgramInfoR600()
95 OutStreamer->emitInt32(S_02880C_KILL_ENABLE(killPixel)); in EmitProgramInfoR600()
98 OutStreamer->emitInt32(R_0288E8_SQ_LDS_ALLOC); in EmitProgramInfoR600()
99 OutStreamer->emitIntValue(alignTo(MFI->getLDSSize(), 4) >> 2, 4); in EmitProgramInfoR600()
114 OutStreamer->switchSection(ConfigSection); in runOnMachineFunction()
123 OutStreamer->switchSection(CommentSection); in runOnMachineFunction()
126 OutStreamer->emitRawComment( in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp218 OutStreamer->emitRawComment( in emitXXStructor()
268 OutStreamer->emitRawComment( in doFinalization()
270 OutStreamer->emitRawComment( in doFinalization()
276 OutStreamer->emitRawComment( in doFinalization()
292 OutStreamer->emitAssignment( in emitStartOfAsmFile()
296 OutStreamer->emitAssignment( in emitStartOfAsmFile()
300 OutStreamer->emitAssignment( in emitStartOfAsmFile()
305 OutStreamer->emitAssignment( in emitStartOfAsmFile()
309 OutStreamer->emitAssignment( in emitStartOfAsmFile()
314 OutStreamer->emitAssignment( in emitStartOfAsmFile()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp205 OutStreamer->emitLabel(Sym); in emitGlobalVariable()
208 OutStreamer->addBlankLine(); in emitGlobalVariable()
431 OutStreamer->pushSection(); in emitEndOfAsmFile()
437 OutStreamer->popSection(); in emitEndOfAsmFile()
476 OutStreamer->pushSection(); in EmitProducerInfo()
493 OutStreamer->popSection(); in EmitProducerInfo()
549 OutStreamer->pushSection(); in EmitTargetFeatures()
559 OutStreamer->popSection(); in EmitTargetFeatures()
591 OutStreamer->pushSection(); in EmitFunctionAttributes()
595 OutStreamer->emitValue( in EmitFunctionAttributes()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp172 OutStreamer.emitRelocDirective( in emitDirectiveRelocJalr()
767 OutStreamer->switchSection( in emitStartOfAsmFile()
810 OutStreamer->addBlankLine(); in emitInlineAsmStart()
815 OutStreamer->addBlankLine(); in emitInlineAsmEnd()
1007 OutStreamer->pushSection(); in EmitFPCallStub()
1038 OutStreamer->emitLabel(Stub); in EmitFPCallStub()
1077 OutStreamer->emitLabel(Tmp); in EmitFPCallStub()
1083 OutStreamer->popSection(); in EmitFPCallStub()
1169 OutStreamer->emitLabel(CurSled); in EmitSled()
1187 OutStreamer->emitLabel(Target); in EmitSled()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp96 OutStreamer->emitSymbolAttribute(SymGlob, MCSA_Global); in emitArrayBound()
97 OutStreamer->emitAssignment(SymGlob, in emitArrayBound()
102 OutStreamer->emitSymbolAttribute(SymGlob, MCSA_Weak); in emitArrayBound()
132 OutStreamer->emitSymbolAttribute(GVSym, MCSA_Global); in emitGlobalVariable()
136 OutStreamer->emitSymbolAttribute(GVSym, MCSA_Weak); in emitGlobalVariable()
155 OutStreamer->emitLabel(GVSym); in emitGlobalVariable()
161 OutStreamer->emitZeros(4 - Size); in emitGlobalVariable()
181 OutStreamer->emitLabel(CurrentFnSym); in emitFunctionEntryLabel()
273 OutStreamer->emitRawText(O.str()); in emitInstruction()
286 OutStreamer->emitRawText(O.str()); in emitInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp50 OutStreamer->getContext().getSubtargetCopy(*TM.getMCSubtargetInfo()); in runOnMachineFunction()
64 AsmPrinter::EmitToStreamer(*OutStreamer, Res ? CInst : Inst); in EmitToStreamer()
78 OutStreamer->emitLabel(PCLabel); in expandTLSLA()
85 EmitToStreamer(*OutStreamer, LRWInst); in expandTLSLA()
92 EmitToStreamer(*OutStreamer, GRSInst); in expandTLSLA()
108 OutStreamer->emitValueToAlignment(Align(4)); in emitCustomConstantPool()
112 OutStreamer->emitLabel(GetCPISymbol(LabelId)); in emitCustomConstantPool()
148 if (emitPseudoExpansionLowering(*OutStreamer, MI)) in emitInstruction()
164 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
234 OutStreamer->emitLabel(DotSym); in emitMachineConstantPoolValue()
[all …]

123