| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 205 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 D | MCDwarf.cpp | 435 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 D | MCELFStreamer.cpp | 391 emitBytes(IdentString); in emitIdent() 854 emitBytes(Vendor); in createAttributesSection() 872 emitBytes(Item.StringValue); in createAttributesSection() 877 emitBytes(Item.StringValue); in createAttributesSection()
|
| H A D | MCStreamer.cpp | 142 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 D | MCWinCOFFStreamer.cpp | 291 emitBytes(Directive); in emitCommonSymbol()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 86 OutStreamer.emitBytes(StringRef("GNU", 4)); // note name in emitNoteSection() 109 getStreamer().emitBytes(StringRef(Buffer, 4)); in emitInst()
|
| H A D | AArch64ELFStreamer.cpp | 186 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 D | AMDGPUTargetStreamer.cpp | 517 [&](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 D | CSKYELFStreamer.h | 127 void emitBytes(StringRef Data) override { in emitBytes() function 129 MCELFStreamer::emitBytes(Data); in emitBytes()
|
| H A D | CSKYELFStreamer.cpp | 104 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 D | RISCVELFStreamer.cpp | 95 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 D | BinarySection.cpp | 85 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 D | COFFMasmParser.cpp | 299 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 D | WebAssemblyAsmPrinter.cpp | 434 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 D | DWP.cpp | 208 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 D | CodeViewRecordIO.cpp | 51 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 D | DWPStringPool.h | 47 Out.emitBytes(StringRef(Str, Length)); in getOffset()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 53 Streamer.emitBytes("mspabi"); in MSP430TargetELFStreamer()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMUnwindOpAsm.h | 83 void emitBytes(const uint8_t *Opcode, size_t Size) { in emitBytes() function
|
| H A D | ARMUnwindOpAsm.cpp | 140 emitBytes(Buff, ULEBSize + 1); in EmitSPOffset()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 35 virtual void emitBytes(StringRef Data) = 0; 87 Streamer->emitBytes(BytesSR); in mapObject()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 106 Asm.OutStreamer->emitBytes( in emit()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 154 void emitBytes(StringRef Data) override;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 319 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 D | DWARFRewriter.cpp | 1332 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()
|