Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp441 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
442 MCOS->emitBytes(StringRef("\0", 1)); in emitV5FileDirTables()
673 MCOS->emitBytes(Tmp); in Emit()
1002 MCOS->emitBytes(MCDwarfDirs[0]); in EmitGenDwarfInfo()
1003 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
1013 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
1025 MCOS->emitBytes(DwarfDebugFlags); in EmitGenDwarfInfo()
1032 MCOS->emitBytes(DwarfDebugProducer); in EmitGenDwarfInfo()
1051 MCOS->emitBytes(Entry.getName()); in EmitGenDwarfInfo()
1460 Streamer.emitBytes(Instr.getValues()); in emitCFIInstruction()
[all …]
H A DMCELFStreamer.cpp396 emitBytes(IdentString); in emitIdent()
860 emitBytes(Vendor); in createAttributesSection()
878 emitBytes(Item.StringValue); in createAttributesSection()
883 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()
176 emitBytes(OSE.str()); in emitSLEB128IntValue()
1222 void MCStreamer::emitBytes(StringRef Data) {} in emitBytes() function in MCStreamer
1223 void MCStreamer::emitBinaryData(StringRef Data) { emitBytes(Data); } in emitBinaryData()
H A DMCWinCOFFStreamer.cpp293 emitBytes(Directive); in emitCommonSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp235 MS->emitBytes(SecData); in emitSectionContents()
418 MS->emitBytes(Buffer); in emitSwiftAST()
430 MS->emitBytes(Buffer); in emitSwiftReflectionSection()
1055 MS->emitBytes(EncodingBuffer); in emitLineTableRows()
1137 MS->emitBytes(EncodingBuffer); in emitLineTableRows()
1156 MS->emitBytes(EncodingBuffer); in emitLineTableRows()
1168 MS->emitBytes(EncodingBuffer); in emitLineTableRows()
1249 MS->emitBytes(CIEBytes); in emitCIE()
1263 MS->emitBytes(FDEBytes); in emitFDE()
1388 MS->emitBytes(String); in emitMacroTableImpl()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp85 OutStreamer.emitBytes(StringRef("GNU", 4)); // note name in emitNoteSection()
108 getStreamer().emitBytes(StringRef(Buffer, 4)); in emitInst()
H A DAArch64ELFStreamer.cpp227 MCELFStreamer::emitBytes(StringRef(Buffer, 4)); in emitInst()
233 void emitBytes(StringRef Data) override { in emitBytes() function in __anon9242ed3c0111::AArch64ELFStreamer
235 MCELFStreamer::emitBytes(Data); in emitBytes()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp179 void RISCVELFStreamer::emitBytes(StringRef Data) { in emitBytes() function in RISCVELFStreamer
181 MCELFStreamer::emitBytes(Data); in emitBytes()
H A DRISCVELFStreamer.h37 void emitBytes(StringRef Data) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp436 OutStreamer->emitBytes(Contents->getString()); in emitEndOfAsmFile()
484 OutStreamer->emitBytes(Producers.first); in EmitProducerInfo()
488 OutStreamer->emitBytes(Producer.first); in EmitProducerInfo()
490 OutStreamer->emitBytes(Producer.second); in EmitProducerInfo()
556 OutStreamer->emitBytes(F.Name); in EmitTargetFeatures()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp52 Streamer->emitBytes(BytesSR); in endRecord()
214 Streamer->emitBytes(NullTerminatedString); in mapStringZ()
235 Streamer->emitBytes(GuidSR); in mapGuid()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h47 Out.emitBytes(StringRef(Str, Length)); in getOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp53 Streamer.emitBytes("mspabi"); in MSP430TargetELFStreamer()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp401 getStreamer().emitBytes("/DEFAULTLIB:"); in ParseDirectiveIncludelib()
402 getStreamer().emitBytes(Lib); in ParseDirectiveIncludelib()
403 getStreamer().emitBytes(" "); in ParseDirectiveIncludelib()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h33 virtual void emitBytes(StringRef Data) = 0;
85 Streamer->emitBytes(BytesSR); in mapObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp499 [&](MCELFStreamer &OS) { OS.emitBytes(Blob); }); in finish()
526 S.emitBytes(Name); // name in EmitNote()
656 OS.emitBytes(StringRef((const char*)&Header, sizeof(Header))); in EmitAMDKernelCodeT()
699 OS.emitBytes(getTargetID()->toString()); in EmitISAVersion()
726 OS.emitBytes(HSAMetadataString); in EmitHSAMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp232 Out.emitBytes(Types.substr( in addAllTypesFromDWP()
283 Out.emitBytes(Types.substr(PrevOffset, C.getLength32())); in addAllTypesFromTypesSection()
448 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets()
596 Out.emitBytes(Contents); in handleSection()
777 Out.emitBytes( in write()
854 Out.emitBytes(CUInfoSection); in write()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp106 Asm.OutStreamer->emitBytes( in emit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp320 Streamer.emitBytes(cast<MDString>(Option)->getString()); in emitModuleMetadata()
333 Streamer.emitBytes( in emitModuleMetadata()
358 Streamer.emitBytes(Name->getString()); in emitModuleMetadata()
375 Streamer.emitBytes(Key->getString()); in emitModuleMetadata()
382 Streamer.emitBytes(Value); in emitModuleMetadata()
1879 Streamer.emitBytes(Directive); in emitLinkerDirectives()
1893 Streamer.emitBytes(Flags); in emitLinkerDirectives()
1919 Streamer.emitBytes(Flags); in emitLinkerDirectives()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h154 void emitBytes(StringRef Data) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1095 OutStreamer->emitBytes(Data.str()); in emitIDRLSection()
1224 OutStreamer->emitBytes(OutName); in emitPPA1Name()
1510 OutStreamer->emitBytes(CompilationTimeStr.str()); in emitPPA2()
1511 OutStreamer->emitBytes(VersionStr.str()); in emitPPA2()

12