| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 204 MS->emitBytes(SecData); in emitSectionContents() 226 Asm->OutStreamer->emitBytes(Entry.getString()); in emitStrings() 302 MS->emitBytes(Buffer); in emitSwiftAST() 484 Asm->OutStreamer->emitBytes( in emitLocationsForUnit() 507 MS->emitBytes(PrologueBytes); in emitLineTableForUnit() 518 MS->emitBytes(EncodingOS.str()); in emitLineTableForUnit() 599 MS->emitBytes(EncodingOS.str()); in emitLineTableForUnit() 618 MS->emitBytes(EncodingOS.str()); in emitLineTableForUnit() 630 MS->emitBytes(EncodingOS.str()); in emitLineTableForUnit() 676 Asm->OutStreamer->emitBytes(Contents.slice(AfterHeaderLengthOffset, Offset)); in translateLineTable() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 339 MCOS->emitBytes(Dir); // The DirectoryName, and... in emitV2FileDirTables() 340 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables() 347 MCOS->emitBytes(MCDwarfFiles[i].Name); // FileName and... in emitV2FileDirTables() 348 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables() 363 MCOS->emitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry() 364 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry() 377 MCOS->emitBytes( in emitOneV5FileEntry() 379 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry() 405 MCOS->emitBytes(CompDir); in emitV5FileDirTables() 406 MCOS->emitBytes(StringRef("\0", 1)); in emitV5FileDirTables() [all …]
|
| H A D | MCStreamer.cpp | 139 emitBytes(StringRef(reinterpret_cast<char *>(&Swapped) + Index, Size)); in emitIntValue() 154 emitBytes(Tmp.str()); in emitIntValue() 163 emitBytes(OSE.str()); in emitULEB128IntValue() 172 emitBytes(OSE.str()); in emitSLEB128IntValue() 1171 void MCStreamer::emitBytes(StringRef Data) {} in emitBytes() function in MCStreamer 1172 void MCStreamer::emitBinaryData(StringRef Data) { emitBytes(Data); } in emitBinaryData()
|
| H A D | MCWinCOFFStreamer.cpp | 291 emitBytes(Directive); in emitCommonSymbol()
|
| H A D | MCELFStreamer.cpp | 388 emitBytes(IdentString); in emitIdent()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 116 Streamer.emitBytes(CurrentVendor); in finishAttributeSection() 133 Streamer.emitBytes(item.StringValue); in finishAttributeSection() 138 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 84 OutStreamer.emitBytes(StringRef("GNU", 4)); // note name in emitNoteSection() 107 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 __anon571045910111::AArch64ELFStreamer 194 MCELFStreamer::emitBytes(Data); in emitBytes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 488 [&](MCELFStreamer &OS) { OS.emitBytes(Blob); }); in finish() 515 S.emitBytes(Name); // name in EmitNote() 681 OS.emitBytes(VendorName); in EmitDirectiveHSACodeObjectISAV2() 683 OS.emitBytes(ArchName); in EmitDirectiveHSACodeObjectISAV2() 693 OS.emitBytes(StringRef((const char*)&Header, sizeof(Header))); in EmitAMDKernelCodeT() 736 OS.emitBytes(getTargetID()->toString()); in EmitISAVersion() 763 OS.emitBytes(HSAMetadataString); in EmitHSAMetadata() 787 OS.emitBytes(HSAMetadataString); in EmitHSAMetadata()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 330 OutStreamer->emitBytes(Contents->getString()); in emitEndOfAsmFile() 377 OutStreamer->emitBytes(Producers.first); in EmitProducerInfo() 381 OutStreamer->emitBytes(Producer.first); in EmitProducerInfo() 383 OutStreamer->emitBytes(Producer.second); in EmitProducerInfo() 440 OutStreamer->emitBytes(F.Name); in EmitTargetFeatures()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 306 getStreamer().emitBytes("/DEFAULTLIB:"); in ParseDirectiveIncludelib() 307 getStreamer().emitBytes(Lib); in ParseDirectiveIncludelib() 308 getStreamer().emitBytes(" "); in ParseDirectiveIncludelib()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 49 Streamer->emitBytes(BytesSR); in endRecord() 208 Streamer->emitBytes(NullTerminatedString); in mapStringZ() 229 Streamer->emitBytes(GuidSR); in mapGuid()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 33 virtual void emitBytes(StringRef Data) = 0; 85 Streamer->emitBytes(BytesSR); in mapObject()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 50 Streamer.emitBytes("mspabi"); in MSP430TargetELFStreamer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| H A D | DWPStringPool.h | 47 Out.emitBytes(StringRef(Str, Length)); in getOffset()
|
| H A D | llvm-dwp.cpp | 195 Out.emitBytes(Data.getBytes(&Offset, HeaderSize)); in writeStringsAndOffsets() 385 Out.emitBytes(Types.substr( in addAllTypesFromDWP() 421 Out.emitBytes(Types.substr(PrevOffset, C.Length)); in addAllTypes() 608 Out.emitBytes(Contents); in handleSection()
|
| /netbsd-src/external/apache2/llvm/dist/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 | ARMELFStreamer.cpp | 528 MCELFStreamer::emitBytes(StringRef(Buffer, Size)); in emitInst() 534 void emitBytes(StringRef Data) override { in emitBytes() function in __anonf133901f0111::ARMELFStreamer 536 MCELFStreamer::emitBytes(Data); in emitBytes() 1119 Streamer.emitBytes(CurrentVendor); in finishAttributeSection() 1136 Streamer.emitBytes(item.StringValue); in finishAttributeSection() 1141 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
|
| H A D | ARMUnwindOpAsm.cpp | 137 emitBytes(Buff, ULEBSize + 1); in EmitSPOffset()
|
| H A D | ARMTargetStreamer.cpp | 83 getStreamer().emitBytes(StringRef(Buffer, Size)); in emitInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 106 Asm.OutStreamer->emitBytes( in emit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 136 void emitBytes(StringRef Data) override;
|
| /netbsd-src/external/apache2/llvm/dist/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() 1757 Streamer.emitBytes(Directive); in emitLinkerDirectives() 1771 Streamer.emitBytes(Flags); in emitLinkerDirectives() 1797 Streamer.emitBytes(Flags); in emitLinkerDirectives()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 810 OS.emitBytes(S); in emitBTFSection() 811 OS.emitBytes(StringRef("\0", 1)); in emitBTFSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 622 OutStreamer->emitBytes(StringRef(DisasmLines[i])); in runOnMachineFunction() 623 OutStreamer->emitBytes(StringRef(Comment)); in runOnMachineFunction()
|