| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 441 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 D | MCELFStreamer.cpp | 396 emitBytes(IdentString); in emitIdent() 860 emitBytes(Vendor); in createAttributesSection() 878 emitBytes(Item.StringValue); in createAttributesSection() 883 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() 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 D | MCWinCOFFStreamer.cpp | 293 emitBytes(Directive); in emitCommonSymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 235 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 D | AArch64TargetStreamer.cpp | 85 OutStreamer.emitBytes(StringRef("GNU", 4)); // note name in emitNoteSection() 108 getStreamer().emitBytes(StringRef(Buffer, 4)); in emitInst()
|
| H A D | AArch64ELFStreamer.cpp | 227 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 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 179 void RISCVELFStreamer::emitBytes(StringRef Data) { in emitBytes() function in RISCVELFStreamer 181 MCELFStreamer::emitBytes(Data); in emitBytes()
|
| H A D | RISCVELFStreamer.h | 37 void emitBytes(StringRef Data) override;
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWPStringPool.h | 47 Out.emitBytes(StringRef(Str, Length)); in getOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 53 Streamer.emitBytes("mspabi"); in MSP430TargetELFStreamer()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 401 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 D | CodeViewRecordIO.h | 33 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 D | AMDGPUTargetStreamer.cpp | 499 [&](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 D | DWP.cpp | 232 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 D | DwarfStringPool.cpp | 106 Asm.OutStreamer->emitBytes( in emit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 320 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 D | MCObjectStreamer.h | 154 void emitBytes(StringRef Data) override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1095 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()
|