Home
last modified time | relevance | path

Searched refs:EmitBytes (Results 1 – 25 of 62) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp198 Asm->OutStreamer->EmitBytes(Entry.getString()); in emitStrings()
264 MS->EmitBytes(Buffer); in emitSwiftAST()
428 Asm->OutStreamer->EmitBytes( in emitLocationsForUnit()
451 MS->EmitBytes(PrologueBytes); in emitLineTableForUnit()
462 MS->EmitBytes(EncodingOS.str()); in emitLineTableForUnit()
543 MS->EmitBytes(EncodingOS.str()); in emitLineTableForUnit()
562 MS->EmitBytes(EncodingOS.str()); in emitLineTableForUnit()
574 MS->EmitBytes(EncodingOS.str()); in emitLineTableForUnit()
587 MS->EmitBytes(Contents); in emitSectionContents()
638 Asm->OutStreamer->EmitBytes(Name.Name.getString()); in emitPubSectionForUnit()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp336 MCOS->EmitBytes(Dir); // The DirectoryName, and... in emitV2FileDirTables()
337 MCOS->EmitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables()
344 MCOS->EmitBytes(MCDwarfFiles[i].Name); // FileName and... in emitV2FileDirTables()
345 MCOS->EmitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables()
360 MCOS->EmitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry()
361 MCOS->EmitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry()
374 MCOS->EmitBytes( in emitOneV5FileEntry()
376 MCOS->EmitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry()
402 MCOS->EmitBytes(CompDir); in emitV5FileDirTables()
403 MCOS->EmitBytes(StringRef("\0", 1)); in emitV5FileDirTables()
[all …]
DMCStreamer.cpp122 EmitBytes(StringRef(buf, Size)); in EmitIntValue()
131 EmitBytes(OSE.str()); in EmitULEB128IntValue()
140 EmitBytes(OSE.str()); in EmitSLEB128IntValue()
971 void MCStreamer::EmitBytes(StringRef Data) {} in EmitBytes() function in MCStreamer
972 void MCStreamer::EmitBinaryData(StringRef Data) { EmitBytes(Data); } in EmitBinaryData()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp268 OS.EmitBytes(StringRef("AMD", NameSZ)); // name in EmitDirectiveHSACodeObjectVersion()
296 OS.EmitBytes(StringRef("AMD", 4)); // name in EmitDirectiveHSACodeObjectISA()
302 OS.EmitBytes(VendorName); in EmitDirectiveHSACodeObjectISA()
304 OS.EmitBytes(ArchName); in EmitDirectiveHSACodeObjectISA()
315 OS.EmitBytes(StringRef((const char*)&Header, sizeof(Header))); in EmitAMDKernelCodeT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp372 S.EmitBytes(StringRef(ElfNote::NoteName, NameSZ)); // name in EmitAMDGPUNote()
416 OS.EmitBytes(VendorName); in EmitDirectiveHSACodeObjectISA()
418 OS.EmitBytes(ArchName); in EmitDirectiveHSACodeObjectISA()
429 OS.EmitBytes(StringRef((const char*)&Header, sizeof(Header))); in EmitAMDKernelCodeT()
455 OS.EmitBytes(IsaVersionString); in EmitISAVersion()
482 OS.EmitBytes(HSAMetadataString); in EmitHSAMetadata()
522 Streamer.EmitBytes(StringRef( in EmitAmdhsaKernelDescriptor()
536 Streamer.EmitBytes(StringRef( in EmitAmdhsaKernelDescriptor()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp129 MCELFStreamer::EmitBytes(StringRef(Buffer, 4)); in emitInst()
135 void EmitBytes(StringRef Data) override { in EmitBytes() function in __anon5ea574730111::AArch64ELFStreamer
137 MCELFStreamer::EmitBytes(Data); in EmitBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp138 MCELFStreamer::EmitBytes(StringRef(Buffer, 4)); in emitInst()
144 void EmitBytes(StringRef Data) override { in EmitBytes() function in __anon50d35a0b0111::AArch64ELFStreamer
146 MCELFStreamer::EmitBytes(Data); in EmitBytes()
DAArch64TargetStreamer.cpp53 getStreamer().EmitBytes(StringRef(Buffer, 4)); in emitInst()
/external/llvm/lib/MC/
DMCDwarf.cpp294 MCOS->EmitBytes(MCDwarfDirs[i]); // the DirectoryName in Emit()
295 MCOS->EmitBytes(StringRef("\0", 1)); // the null term. of the string in Emit()
302 MCOS->EmitBytes(MCDwarfFiles[i].Name); // FileName in Emit()
303 MCOS->EmitBytes(StringRef("\0", 1)); // the null term. of the string in Emit()
412 MCOS->EmitBytes(OS.str()); in Emit()
726 MCOS->EmitBytes(MCDwarfDirs[0]); in EmitGenDwarfInfo()
727 MCOS->EmitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
731 MCOS->EmitBytes(MCDwarfFiles[1].Name); in EmitGenDwarfInfo()
736 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
743 MCOS->EmitBytes(DwarfDebugFlags); in EmitGenDwarfInfo()
[all …]
DMCStreamer.cpp94 EmitBytes(StringRef(buf, Size)); in EmitIntValue()
103 EmitBytes(OSE.str()); in EmitULEB128IntValue()
112 EmitBytes(OSE.str()); in EmitSLEB128IntValue()
766 void MCStreamer::EmitBytes(StringRef Data) {} in EmitBytes() function in MCStreamer
767 void MCStreamer::EmitBinaryData(StringRef Data) { EmitBytes(Data); } in EmitBinaryData()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Drelocated-mapping.s4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
/external/llvm/test/MC/ARM/
Drelocated-mapping.s4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
DDWPStringPool.h47 Out.EmitBytes(StringRef(Str, Length)); in getOffset()
Dllvm-dwp.cpp232 Out.EmitBytes(Types.substr( in addAllTypesFromDWP()
269 Out.EmitBytes(Types.substr(PrevOffset, C.Length)); in addAllTypes()
453 Out.EmitBytes(Contents); in handleSection()
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h47 Out.EmitBytes(StringRef(Str, Length)); in getOffset()
Dllvm-dwp.cpp221 Out.EmitBytes(Types.substr( in addAllTypesFromDWP()
258 Out.EmitBytes(Types.substr(PrevOffset, C.Length)); in addAllTypes()
450 Out.EmitBytes(Contents); in handleSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.h84 void EmitBytes(const uint8_t *Opcode, size_t Size) { in EmitBytes() function
DARMELFStreamer.cpp530 MCELFStreamer::EmitBytes(StringRef(Buffer, Size)); in emitInst()
536 void EmitBytes(StringRef Data) override { in EmitBytes() function in __anon8b0eca990111::ARMELFStreamer
538 MCELFStreamer::EmitBytes(Data); in EmitBytes()
1099 Streamer.EmitBytes(CurrentVendor); in finishAttributeSection()
1116 Streamer.EmitBytes(item.StringValue); in finishAttributeSection()
1121 Streamer.EmitBytes(item.StringValue); in finishAttributeSection()
DARMUnwindOpAsm.cpp138 EmitBytes(Buff, ULEBSize + 1); in EmitSPOffset()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.h85 void EmitBytes(const uint8_t *Opcode, size_t Size) { in EmitBytes() function
DARMELFStreamer.cpp499 MCELFStreamer::EmitBytes(StringRef(Buffer, Size)); in emitInst()
505 void EmitBytes(StringRef Data) override { in EmitBytes() function in __anone640fd010111::ARMELFStreamer
507 MCELFStreamer::EmitBytes(Data); in EmitBytes()
990 Streamer.EmitBytes(CurrentVendor); in finishAttributeSection()
1007 Streamer.EmitBytes(item.StringValue); in finishAttributeSection()
1012 Streamer.EmitBytes(item.StringValue); in finishAttributeSection()
DARMUnwindOpAsm.cpp136 EmitBytes(Buff, ULEBSize + 1); in EmitSPOffset()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp63 Asm.OutStreamer->EmitBytes( in emit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp90 Asm.OutStreamer->EmitBytes( in emit()
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h109 void EmitBytes(StringRef Data) override;

123