Home
last modified time | relevance | path

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

1234

/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/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/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/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp129 MCELFStreamer::EmitBytes(StringRef(Buffer, 4)); in emitInst()
135 void EmitBytes(StringRef Data) override { in EmitBytes() function in __anon261f02310111::AArch64ELFStreamer
137 MCELFStreamer::EmitBytes(Data); in EmitBytes()
/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/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp138 MCELFStreamer::EmitBytes(StringRef(Buffer, 4)); in emitInst()
144 void EmitBytes(StringRef Data) override { in EmitBytes() function in __anon74c517890111::AArch64ELFStreamer
146 MCELFStreamer::EmitBytes(Data); in EmitBytes()
DAArch64TargetStreamer.cpp53 getStreamer().EmitBytes(StringRef(Buffer, 4)); in emitInst()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCPureStreamer.cpp43 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
151 void MCPureStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) { in EmitBytes() function in MCPureStreamer
DMCDwarf.cpp269 MCOS->EmitBytes(MCDwarfDirs[i], 0); // the DirectoryName in Emit()
270 MCOS->EmitBytes(StringRef("\0", 1), 0); // the null term. of the string in Emit()
278 MCOS->EmitBytes(MCDwarfFiles[i]->getName(), 0); // FileName in Emit()
279 MCOS->EmitBytes(StringRef("\0", 1), 0); // the null term. of the string in Emit()
340 MCOS->EmitBytes(OS.str(), /*AddrSpace=*/0); in Emit()
811 streamer.EmitBytes(Augmentation.str(), 0); in EmitCIE()
1065 Streamer.EmitBytes(OS.str(), /*AddrSpace=*/0); in EmitAdvanceLoc()
DMCLoggingStreamer.cpp154 virtual void EmitBytes(StringRef Data, unsigned AddrSpace) { in EmitBytes() function in __anon4f1b7a200111::MCLoggingStreamer
156 return Child->EmitBytes(Data, AddrSpace); in EmitBytes()
DMCNullStreamer.cpp68 virtual void EmitBytes(StringRef Data, unsigned AddrSpace) {} in EmitBytes() function in __anon0b95d8940111::MCNullStreamer
DMCMachOStreamer.cpp78 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
327 void MCMachOStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) { in EmitBytes() function in MCMachOStreamer
DWinCOFFStreamer.cpp72 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
326 void WinCOFFStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) { in EmitBytes() function in WinCOFFStreamer
/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/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()
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h47 Out.EmitBytes(StringRef(Str, Length)); in getOffset()
/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 __anon2a1facbf0111::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()
/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 __anonf511ea170111::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()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp63 Asm.OutStreamer->EmitBytes( in emit()

1234