/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 377 MCOS->emitBytes(Dir); // The DirectoryName, and... in emitV2FileDirTables() 378 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables() 385 MCOS->emitBytes(MCDwarfFiles[i].Name); // FileName and... in emitV2FileDirTables() 386 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables() 401 MCOS->emitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry() 402 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry() 414 MCOS->emitBytes(DwarfFile.Source.value_or(StringRef())); // Source and... in emitOneV5FileEntry() 415 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry() 447 MCOS->emitBytes(CompDir); in emitV5FileDirTables() 448 MCOS->emitBytes(StringRef("\0", 1)); in emitV5FileDirTables() [all …]
|
H A D | MCELFStreamer.cpp | 350 emitBytes(IdentString); in emitIdent() 756 emitBytes(Vendor); in createAttributesSection() 773 emitBytes(Item.StringValue); in createAttributesSection() 778 emitBytes(Item.StringValue); in createAttributesSection()
|
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() 1222 void MCStreamer::emitBytes(StringRef Data) {} in emitBytes() function in MCStreamer 1223 void MCStreamer::emitBinaryData(StringRef Data) { emitBytes(Data); } in emitBinaryData()
|
/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() 1146 MS->emitBytes(EncodingBuffer); in emitLineTableRows() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64TargetStreamer.cpp | 94 OutStreamer.emitBytes(StringRef("GNU", 4)); // note name in emitNoteSection() 127 getStreamer().emitBytes(StringRef(Buffer, 4)); in emitInst()
|
H A D | AArch64ELFStreamer.cpp | 226 MCELFStreamer::emitBytes(StringRef(Buffer, 4)); in emitInst() 232 void emitBytes(StringRef Data) override { in emitBytes() function in __anoneb8230060111::AArch64ELFStreamer 234 MCELFStreamer::emitBytes(Data); in emitBytes()
|
/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 | 104 Streamer.emitBytes(CurrentVendor); in finishAttributeSection() 121 Streamer.emitBytes(item.StringValue); in finishAttributeSection() 126 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVELFStreamer.cpp | 176 void RISCVELFStreamer::emitBytes(StringRef Data) { in emitBytes() function in RISCVELFStreamer 178 MCELFStreamer::emitBytes(Data); in emitBytes()
|
H A D | RISCVELFStreamer.h | 36 void emitBytes(StringRef Data) override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 436 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/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/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/include/llvm/DWP/ |
H A D | DWPStringPool.h | 47 Out.emitBytes(StringRef(Str, Length)); in getOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 232 Out.emitBytes(Types.substr( in addAllTypesFromDWP() 283 Out.emitBytes(Types.substr(PrevOffset, C.getLength32())); in addAllTypesFromTypesSection() 471 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets() 620 Out.emitBytes(Contents); in handleSection() 801 Out.emitBytes( in write() 878 Out.emitBytes(CUInfoSection); in write()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 33 virtual void emitBytes(StringRef Data) = 0; 85 Streamer->emitBytes(BytesSR); in mapObject()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.cpp | 106 Asm.OutStreamer->emitBytes( in emit()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.cpp | 620 [&](MCELFStreamer &OS) { OS.emitBytes(Blob); }); in finish() 647 S.emitBytes(Name); // name in EmitNote() 856 OS.emitBytes(getTargetID()->toString()); in EmitISAVersion() 883 OS.emitBytes(HSAMetadataString); in EmitHSAMetadata()
|
/freebsd/contrib/llvm-project/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() 374 Streamer.emitBytes(Key->getString()); in emitModuleMetadata() 381 Streamer.emitBytes(Value); in emitModuleMetadata() 1875 Streamer.emitBytes(Directive); in emitLinkerDirectives() 1889 Streamer.emitBytes(Flags); in emitLinkerDirectives() 1915 Streamer.emitBytes(Flags); in emitLinkerDirectives()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTUtils.cpp | 550 OS.emitBytes(StringRef((const char *)reserved3, /*Size=*/12)); in EmitKernelCodeT() 552 OS.emitBytes(StringRef((const char *)control_directives, /*Size=*/16 * 8)); in EmitKernelCodeT()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCObjectStreamer.h | 134 void emitBytes(StringRef Data) override;
|