Home
last modified time | relevance | path

Searched refs:emitBytes (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp205 MS->emitBytes(SecData); in emitSectionContents()
303 MS->emitBytes(Buffer); in emitSwiftAST()
315 MS->emitBytes(Buffer); in emitSwiftReflectionSection()
499 Asm->OutStreamer->emitBytes( in emitLocationsForUnit()
522 MS->emitBytes(PrologueBytes); in emitLineTableForUnit()
533 MS->emitBytes(EncodingOS.str()); in emitLineTableForUnit()
612 MS->emitBytes(EncodingOS.str()); in emitLineTableForUnit()
631 MS->emitBytes(EncodingOS.str()); in emitLineTableForUnit()
643 MS->emitBytes(EncodingOS.str()); in emitLineTableForUnit()
791 MS->emitBytes(CIEBytes); in emitCIE()
[all …]
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp435 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
436 MCOS->emitBytes(StringRef("\0", 1)); in emitV5FileDirTables()
675 MCOS->emitBytes(OS.str()); in Emit()
1003 MCOS->emitBytes(MCDwarfDirs[0]); in EmitGenDwarfInfo()
1014 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
1026 MCOS->emitBytes(DwarfDebugFlags); in EmitGenDwarfInfo()
1033 MCOS->emitBytes(DwarfDebugProducer); in EmitGenDwarfInfo()
1052 MCOS->emitBytes(Entry.getName()); in EmitGenDwarfInfo()
1461 Streamer.emitBytes(Instr.getValues()); in emitCFIInstruction()
1614 Streamer.emitBytes(Augmentation); in EmitCIE()
[all …]
H A DMCELFStreamer.cpp391 emitBytes(IdentString); in emitIdent()
854 emitBytes(Vendor); in createAttributesSection()
872 emitBytes(Item.StringValue); in createAttributesSection()
877 emitBytes(Item.StringValue); in createAttributesSection()
H A DMCStreamer.cpp142 emitBytes(StringRef(reinterpret_cast<char *>(&Swapped) + Index, Size)); in emitIntValue()
157 emitBytes(Tmp.str()); in emitIntValue()
166 emitBytes(OSE.str()); in emitULEB128IntValue()
175 emitBytes(OSE.str()); in emitSLEB128IntValue()
1202 void MCStreamer::emitBytes(StringRef Data) {} in emitBytes() function in MCStreamer
1203 void MCStreamer::emitBinaryData(StringRef Data) { emitBytes(Data); } in emitBinaryData()
H A DMCWinCOFFStreamer.cpp291 emitBytes(Directive); in emitCommonSymbol()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp86 OutStreamer.emitBytes(StringRef("GNU", 4)); // note name in emitNoteSection()
109 getStreamer().emitBytes(StringRef(Buffer, 4)); in emitInst()
H A DAArch64ELFStreamer.cpp186 MCELFStreamer::emitBytes(StringRef(Buffer, 4)); in emitInst()
192 void emitBytes(StringRef Data) override { in emitBytes() function in __anon4254db360111::AArch64ELFStreamer
194 MCELFStreamer::emitBytes(Data); in emitBytes()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp517 [&](MCELFStreamer &OS) { OS.emitBytes(Blob); }); in finish()
544 S.emitBytes(Name); // name in EmitNote()
711 OS.emitBytes(VendorName); in EmitDirectiveHSACodeObjectISAV2()
713 OS.emitBytes(ArchName); in EmitDirectiveHSACodeObjectISAV2()
723 OS.emitBytes(StringRef((const char*)&Header, sizeof(Header))); in EmitAMDKernelCodeT()
766 OS.emitBytes(getTargetID()->toString()); in EmitISAVersion()
793 OS.emitBytes(HSAMetadataString); in EmitHSAMetadata()
817 OS.emitBytes(HSAMetadataString); in EmitHSAMetadata()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h127 void emitBytes(StringRef Data) override { in emitBytes() function
129 MCELFStreamer::emitBytes(Data); in emitBytes()
H A DCSKYELFStreamer.cpp104 Streamer.emitBytes(CurrentVendor); in finishAttributeSection()
121 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
126 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp95 Streamer.emitBytes(CurrentVendor); in finishAttributeSection()
112 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
117 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp85 Streamer.emitBytes(SectionContents); in emitAsData()
94 Streamer.emitBytes(SectionContents.substr( in emitAsData()
109 Streamer.emitBytes(SectionContents.substr(SectionOffset)); in emitAsData()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp299 getStreamer().emitBytes("/DEFAULTLIB:"); in ParseDirectiveIncludelib()
300 getStreamer().emitBytes(Lib); in ParseDirectiveIncludelib()
301 getStreamer().emitBytes(" "); in ParseDirectiveIncludelib()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp434 OutStreamer->emitBytes(Contents->getString()); in emitEndOfAsmFile()
481 OutStreamer->emitBytes(Producers.first); in EmitProducerInfo()
485 OutStreamer->emitBytes(Producer.first); in EmitProducerInfo()
487 OutStreamer->emitBytes(Producer.second); in EmitProducerInfo()
553 OutStreamer->emitBytes(F.Name); in EmitTargetFeatures()
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp208 Out.emitBytes(Types.substr( in addAllTypesFromDWP()
244 Out.emitBytes(Types.substr(PrevOffset, C.Length)); in addAllTypesFromTypesSection()
390 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets()
537 Out.emitBytes(Contents); in handleSection()
688 Out.emitBytes(Info.substr(UnitOffset - C.Length, C.Length)); in write()
758 Out.emitBytes(CUInfoSection); in write()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp51 Streamer->emitBytes(BytesSR); in endRecord()
213 Streamer->emitBytes(NullTerminatedString); in mapStringZ()
234 Streamer->emitBytes(GuidSR); in mapGuid()
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWPStringPool.h47 Out.emitBytes(StringRef(Str, Length)); in getOffset()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp53 Streamer.emitBytes("mspabi"); in MSP430TargetELFStreamer()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h83 void emitBytes(const uint8_t *Opcode, size_t Size) { in emitBytes() function
H A DARMUnwindOpAsm.cpp140 emitBytes(Buff, ULEBSize + 1); in EmitSPOffset()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h35 virtual void emitBytes(StringRef Data) = 0;
87 Streamer->emitBytes(BytesSR); in mapObject()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp106 Asm.OutStreamer->emitBytes( in emit()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectStreamer.h154 void emitBytes(StringRef Data) override;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp319 Streamer.emitBytes(cast<MDString>(Option)->getString()); in emitModuleMetadata()
332 Streamer.emitBytes( in emitModuleMetadata()
357 Streamer.emitBytes(Name->getString()); in emitModuleMetadata()
1803 Streamer.emitBytes(Directive); in emitLinkerDirectives()
1817 Streamer.emitBytes(Flags); in emitLinkerDirectives()
1843 Streamer.emitBytes(Flags); in emitLinkerDirectives()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1332 Streamer.emitBytes(Contents.slice(C->Offset, C->Offset + C->Length)); in extractTypesFromDWPDWARF5()
1465 Streamer->emitBytes(OutData); in writeDWP()
1478 Streamer->emitBytes(OutData); in writeDWP()
1602 Streamer->emitBytes(*OutData); in writeDWOFiles()
1636 Streamer->emitBytes(*OutData); in writeDWOFiles()

12