| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 49 Streamer.emitInt8(0x41); in MSP430TargetELFStreamer() 54 Streamer.emitInt8(0); in MSP430TargetELFStreamer() 57 Streamer.emitInt8(1); in MSP430TargetELFStreamer() 61 Streamer.emitInt8(TagISA); in MSP430TargetELFStreamer() 62 Streamer.emitInt8(STI.hasFeature(MSP430::FeatureX) ? ISAMSP430X : ISAMSP430); in MSP430TargetELFStreamer() 63 Streamer.emitInt8(TagCodeModel); in MSP430TargetELFStreamer() 64 Streamer.emitInt8(CMSmall); in MSP430TargetELFStreamer() 65 Streamer.emitInt8(TagDataModel); in MSP430TargetELFStreamer() 66 Streamer.emitInt8(DMSmall); in MSP430TargetELFStreamer()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 73 streamer.emitInt8(b2); in EmitUnwindCode() 79 streamer.emitInt8(b2); in EmitUnwindCode() 84 streamer.emitInt8(b2); in EmitUnwindCode() 92 streamer.emitInt8(b2); in EmitUnwindCode() 96 streamer.emitInt8(b2); in EmitUnwindCode() 102 streamer.emitInt8(b2); in EmitUnwindCode() 112 streamer.emitInt8(b2); in EmitUnwindCode() 125 streamer.emitInt8(b2); in EmitUnwindCode() 188 streamer.emitInt8(flags); in EmitUnwindInfo() 193 streamer.emitInt8(0); in EmitUnwindInfo() [all …]
|
| H A D | MCDwarf.cpp | 62 S.emitInt8(S.getContext().getAsmInfo()->getCodePointerSize()); in emitListsTableHeaderStart() 64 S.emitInt8(0); in emitListsTableHeaderStart() 200 MCOS->emitInt8(dwarf::DW_LNS_set_file); in emitOne() 205 MCOS->emitInt8(dwarf::DW_LNS_set_column); in emitOne() 212 MCOS->emitInt8(dwarf::DW_LNS_extended_op); in emitOne() 214 MCOS->emitInt8(dwarf::DW_LNE_set_discriminator); in emitOne() 219 MCOS->emitInt8(dwarf::DW_LNS_set_isa); in emitOne() 224 MCOS->emitInt8(dwarf::DW_LNS_negate_stmt); in emitOne() 227 MCOS->emitInt8(dwarf::DW_LNS_set_basic_block); in emitOne() 229 MCOS->emitInt8(dwarf::DW_LNS_set_prologue_end); in emitOne() [all …]
|
| H A D | MCELFStreamer.cpp | 395 emitInt8(0); in emitIdent() 399 emitInt8(0); in emitIdent() 849 emitInt8(0x41); in createAttributesSection() 862 emitInt8(0); // '\0' in createAttributesSection() 864 emitInt8(ARMBuildAttrs::File); in createAttributesSection() 880 emitInt8(0); // '\0' in createAttributesSection() 885 emitInt8(0); // '\0' in createAttributesSection()
|
| H A D | MCCodeView.cpp | 233 OS.emitInt8(static_cast<uint8_t>(File.Checksum.size())); in emitFileChecksums() 234 OS.emitInt8(File.ChecksumKind); in emitFileChecksums()
|
| H A D | MCPseudoProbe.cpp | 67 MCOS->emitInt8(Flag | PackedType); in emit()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 32 virtual void emitInt8(uint8_t Byte, const Twine &Comment = "") = 0; 45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function 47 AP.emitInt8(Byte); in emitInt8() 74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function 105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() function
|
| H A D | AddressPool.cpp | 34 Asm.emitInt8(AddrSize); in emitHeader() 36 Asm.emitInt8(0); // TODO: Support non-zero segment_selector_size. in emitHeader()
|
| H A D | DwarfDebug.cpp | 175 getActiveStreamer().emitInt8( in emitOp() 189 getActiveStreamer().emitInt8(Value, Twine(Value)); in emitData1() 223 OutBS.emitInt8(Byte.value(), Comment); in commitTemporaryBuffer() 2522 Asm->emitInt8(Desc.toBits()); in emitDebugPubSection() 2569 Streamer.emitInt8(Op.getCode(), Comment != End ? *(Comment++) : ""); in emitDebugLocEntry() 2583 Streamer.emitInt8(Data.getData()[J], Comment != End ? *(Comment++) : ""); in emitDebugLocEntry() 2815 Asm->emitInt8(BaseAddressx); in emitRangeList() 2835 Asm->emitInt8(OffsetPair); in emitRangeList() 2846 Asm->emitInt8(StartxLength); in emitRangeList() 2861 Asm->emitInt8(EndOfList); in emitRangeList() [all …]
|
| H A D | DIE.cpp | 626 AP->emitInt8(0); in emitValue() 725 case dwarf::DW_FORM_block1: Asm->emitInt8(Size); break; in emitValue() 775 case dwarf::DW_FORM_block1: Asm->emitInt8(Size); break; in emitValue()
|
| H A D | AccelTable.cpp | 503 Asm->emitInt8(0); in emitData() 600 Asm->emitInt8(0); in emit() 610 Asm->emitInt8(ObjCClassIsImplementation ? dwarf::DW_FLAG_type_implementation in emit()
|
| H A D | AsmPrinterDwarf.cpp | 316 emitInt8(0); in emitDwarfDIE()
|
| H A D | DwarfUnit.cpp | 1758 Asm->emitInt8(UT); in emitCommonHeader() 1760 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader() 1776 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader()
|
| H A D | AsmPrinter.cpp | 1341 OutStreamer->emitInt8(BBAddrMapVersion); in emitBBAddrMapSection() 1343 OutStreamer->emitInt8(0); in emitBBAddrMapSection() 2783 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8() function in AsmPrinter
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 83 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection() 96 Streamer.emitInt8(0); // '\0' in finishAttributeSection() 98 Streamer.emitInt8(ELFAttrs::File); in finishAttributeSection() 113 Streamer.emitInt8(0); // '\0' in finishAttributeSection() 118 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 159 Asm->emitInt8(dwarf::DW_UT_compile); in emitCompileUnitHeader() 160 Asm->emitInt8(Unit.getOrigUnit().getAddressByteSize()); in emitCompileUnitHeader() 169 Asm->emitInt8(Unit.getOrigUnit().getAddressByteSize()); in emitCompileUnitHeader() 221 Asm.emitInt8(MC->getTargetTriple().isArch64Bit() ? 8 : 4); in emitPaperTrailWarningsDie() 234 Asm->emitInt8(0); in emitStrings() 348 Asm->emitInt8(AddressSize); // Address size in emitDwarfDebugArangesTable() 349 Asm->emitInt8(0); // Segment size in emitDwarfDebugArangesTable() 678 Asm->emitInt8(0); in translateLineTable() 681 Asm->emitInt8(0); in translateLineTable() 690 Asm->emitInt8(0); in translateLineTable() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.cpp | 92 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection() 105 Streamer.emitInt8(0); // '\0' in finishAttributeSection() 107 Streamer.emitInt8(ELFAttrs::File); in finishAttributeSection() 122 Streamer.emitInt8(0); // '\0' in finishAttributeSection() 127 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 43 Streamer->emitInt8(ELF::ODK_REGINFO); // kind in EmitMipsOptionRecord() 44 Streamer->emitInt8(40); // size in EmitMipsOptionRecord()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 940 OutStreamer->emitInt8(static_cast<uint8_t>(Flags1)); // Flags 1. in emitPPA1Flags() 949 OutStreamer->emitInt8(static_cast<uint8_t>(Flags2)); // Flags 2. in emitPPA1Flags() 954 OutStreamer->emitInt8( in emitPPA1Flags() 960 OutStreamer->emitInt8(static_cast<uint8_t>( in emitPPA1Flags() 1049 OutStreamer->emitInt8(0x02); // Version. in emitPPA1() 1051 OutStreamer->emitInt8(0xCE); // CEL signature. in emitPPA1() 1086 OutStreamer->emitInt8(SavedVRMask); in emitPPA1() 1087 OutStreamer->emitInt8(0); // Reserved. in emitPPA1() 1141 OutStreamer->emitInt8(0xF1); // Mark Type. in emitFunctionEntryLabel()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 713 OS.emitInt8(0); // NULL terminate VendorName in EmitDirectiveHSACodeObjectISAV2() 715 OS.emitInt8(0); // NULL terminate ArchName in EmitDirectiveHSACodeObjectISAV2() 883 Streamer.emitInt8(Res); in EmitAmdhsaKernelDescriptor() 897 Streamer.emitInt8(Res); in EmitAmdhsaKernelDescriptor() 903 Streamer.emitInt8(Res); in EmitAmdhsaKernelDescriptor()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 645 void emitInt8(int Value) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1027 OS.emitInt8(BTF::VERSION); in emitCommonHeader() 1028 OS.emitInt8(0); in emitCommonHeader()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 870 getStreamer().emitInt8(0); // NUL in ParseDirectiveVersion()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 742 void emitInt8(uint64_t Value) { emitIntValue(Value, 1); } in emitInt8() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 329 Streamer.emitInt8(0); in emitModuleMetadata() 343 Streamer.emitInt8(0); in emitModuleMetadata()
|