| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 235 MS->emitBytes(SecData); in emitSectionContents() 299 Asm->OutStreamer->emitBytes(Entry.getString()); in emitStrings() 344 Asm->OutStreamer->emitBytes(Entry.getString()); in emitLineStrings() 418 MS->emitBytes(Buffer); in emitSwiftAST() 430 MS->emitBytes(Buffer); in emitSwiftReflectionSection() 692 Asm->OutStreamer->emitBytes(StringRef( in emitDwarfDebugLocTableFragment() 800 Asm->OutStreamer->emitBytes(StringRef( in emitDwarfDebugLocListsTableFragment() 981 Asm->OutStreamer->emitBytes(Str.data()); in emitLineTableString() 1054 MS->emitBytes(EncodingBuffer); in emitLineTableRows() 1151 MS->emitBytes(EncodingBuffer); in emitLineTableRows() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 416 MCOS->emitBytes(Dir); // The DirectoryName, and... in emitV2FileDirTables() 417 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables() 424 MCOS->emitBytes(MCDwarfFiles[i].Name); // FileName and... in emitV2FileDirTables() 425 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables() 440 MCOS->emitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry() 441 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry() 453 MCOS->emitBytes(DwarfFile.Source.value_or(StringRef())); // Source and... in emitOneV5FileEntry() 454 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry() 486 MCOS->emitBytes(CompDir); in emitV5FileDirTables() 487 MCOS->emitBytes(StringRef("\0", 1)); in emitV5FileDirTables() [all …]
|
| H A D | MCELFStreamer.cpp | 347 emitBytes(IdentString); in emitIdent() 640 emitBytes(Vendor); in createAttributesSection() 657 emitBytes(Item.StringValue); in createAttributesSection() 662 emitBytes(Item.StringValue); in createAttributesSection() 703 emitBytes(SubSection.VendorName); in createAttributesWithSubsection() 718 emitBytes(Item.StringValue); in createAttributesWithSubsection() 723 emitBytes(Item.StringValue); in createAttributesWithSubsection()
|
| H A D | MCStreamer.cpp | 141 emitBytes(StringRef(reinterpret_cast<char *>(&Swapped) + Index, Size)); in emitIntValue() 156 emitBytes(Tmp.str()); in emitIntValue() 165 emitBytes(OSE.str()); in emitULEB128IntValue() 175 emitBytes(OSE.str()); in emitSLEB128IntValue() 1321 void MCStreamer::emitBytes(StringRef Data) {} in emitBytes() function in MCStreamer 1322 void MCStreamer::emitBinaryData(StringRef Data) { emitBytes(Data); } in emitBinaryData()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.h | 125 void emitBytes(StringRef Data) override { in emitBytes() function 127 MCELFStreamer::emitBytes(Data); in emitBytes()
|
| H A D | CSKYELFStreamer.cpp | 105 Streamer.emitBytes(CurrentVendor); in finishAttributeSection() 122 Streamer.emitBytes(item.StringValue); in finishAttributeSection() 127 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 167 void RISCVELFStreamer::emitBytes(StringRef Data) { in emitBytes() function in RISCVELFStreamer 169 MCELFStreamer::emitBytes(Data); in emitBytes()
|
| H A D | RISCVELFStreamer.h | 36 void emitBytes(StringRef Data) override;
|
| H A D | RISCVTargetStreamer.cpp | 96 OutStreamer.emitBytes(StringRef("GNU", 4)); // n_name in emitNoteGnuPropertySection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 105 OutStreamer.emitBytes(StringRef("GNU", 4)); // note name in emitNoteSection() 138 getStreamer().emitBytes(StringRef(Buffer, 4)); in emitInst()
|
| H A D | AArch64ELFStreamer.cpp | 374 MCELFStreamer::emitBytes(StringRef(Buffer, 4)); in emitInst() 380 void emitBytes(StringRef Data) override { in emitBytes() function in __anoneb8230060111::AArch64ELFStreamer 382 MCELFStreamer::emitBytes(Data); in emitBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 438 OutStreamer->emitBytes(Contents->getString()); in emitEndOfAsmFile() 486 OutStreamer->emitBytes(Producers.first); in EmitProducerInfo() 490 OutStreamer->emitBytes(Producer.first); in EmitProducerInfo() 492 OutStreamer->emitBytes(Producer.second); in EmitProducerInfo() 557 OutStreamer->emitBytes(F.Name); in EmitTargetFeatures()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 52 Streamer->emitBytes(BytesSR); in endRecord() 214 Streamer->emitBytes(NullTerminatedString); in mapStringZ() 235 Streamer->emitBytes(GuidSR); in mapGuid()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 49 Streamer.emitBytes("mspabi"); in MSP430TargetELFStreamer()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWPStringPool.h | 47 Out.emitBytes(StringRef(Str, Length)); in getOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 394 getStreamer().emitBytes("/DEFAULTLIB:"); in parseDirectiveIncludelib() 395 getStreamer().emitBytes(Lib); in parseDirectiveIncludelib() 396 getStreamer().emitBytes(" "); in parseDirectiveIncludelib()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMUnwindOpAsm.h | 84 void emitBytes(const uint8_t *Opcode, size_t Size) { in emitBytes() function
|
| H A D | ARMUnwindOpAsm.cpp | 140 emitBytes(Buff, ULEBSize + 1); in EmitSPOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 229 Out.emitBytes(Types.substr( in addAllTypesFromDWP() 280 Out.emitBytes(Types.substr(PrevOffset, C.getLength32())); in addAllTypesFromTypesSection() 468 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets() 617 Out.emitBytes(Contents); in handleSection() 798 Out.emitBytes( in write() 875 Out.emitBytes(CUInfoSection); in write()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 34 virtual void emitBytes(StringRef Data) = 0; 86 Streamer->emitBytes(BytesSR); in mapObject()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 103 Asm.OutStreamer->emitBytes( in emit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZHLASMAsmStreamer.h | 85 void emitBytes(StringRef Data) override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 666 [&](MCELFStreamer &OS) { OS.emitBytes(Blob); }); in finish() 693 S.emitBytes(Name); // name in EmitNote() 905 OS.emitBytes(getTargetID()->toString()); in EmitISAVersion() 932 OS.emitBytes(HSAMetadataString); in EmitHSAMetadata()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDKernelCodeTUtils.cpp | 532 OS.emitBytes(StringRef((const char *)reserved3, /*Size=*/12)); in EmitKernelCodeT() 534 OS.emitBytes(StringRef((const char *)control_directives, /*Size=*/16 * 8)); in EmitKernelCodeT()
|