Searched refs:little (Results 76 - 100 of 245) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp31 AMDGPUAsmBackend(const Target &T) : MCAsmBackend(support::little) {}
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp177 std::move(Buffer), llvm::support::little);
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp279 support::endian::write(OS, Word, support::endianness::little);
/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp288 support::endian::write(OS, Bits, support::little);
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h134 W(OS, IsLittleEndian ? support::little : support::big) {}
/openbsd-current/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp33 : MCAsmBackend(support::little), OSABI(osABI), IsLittleEndian(isLE) {}
188 // Currently just little-endian machine supported,
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DHashBuilder.h92 /// `support::endianness::big` or `support::endianness::little`.
313 std::declval<T &>(), support::endianness::little));
H A DBinaryByteStream.h136 llvm::support::endianness Endian = llvm::support::little;
/openbsd-current/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.h181 support::detail::packed_endian_specific_integral<T, support::little,
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp167 std::make_unique<BinaryByteStream>(Bytes, llvm::support::little);
H A DNativeSession.cpp76 std::move(Buffer), llvm::support::little);
107 llvm::support::little);
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp96 support::endian::write(OS, (uint16_t)BinaryOpCode, support::little);
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.h241 MipsSubtarget(const Triple &TT, StringRef CPU, StringRef FS, bool little,
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp95 Ctx.getAsmInfo()->isLittleEndian() ? support::little
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1022 BinaryStreamRef ST(Contents, support::little);
1064 BinaryStreamReader FSReader(Data, support::little);
1153 BinaryStreamReader SR(Contents, llvm::support::little);
1218 BinaryStreamReader Reader(FunctionLineTables[Name], support::little);
1270 BinaryStreamReader Reader(BinaryData, llvm::support::little);
1285 BinaryStreamRef Stream(Subsection, llvm::support::little);
1305 BinaryStreamReader SR(Subsection, llvm::support::little);
1365 BinaryStreamReader Reader(Data, llvm::support::little);
2006 W, StackMapParser<support::little>(StackMapContentsArray));
2065 BinaryStreamReader Reader(CGProfileContents, llvm::support::little);
[all...]
/openbsd-current/gnu/llvm/lld/COFF/
H A DPDB.cpp662 BinaryStreamReader reader(contents, support::little);
764 BinaryStreamReader reader(contents, support::little);
874 BinaryStreamReader storageReader(relocatedBytes, support::little);
967 BinaryStreamReader reader(subsecData, support::little);
1054 BinaryStreamReader reader(relocatedDebugContents, support::little);
1742 BinaryStreamReader reader(contents, support::little);
/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dcrti.asm43 % This little treasure is here so the 32 lowest address bits of user data
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dcrti.asm43 % This little treasure is here so the 32 lowest address bits of user data
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp42 : MCAsmBackend(IsLittleEndian ? support::little : support::big),
353 /// container involved in big endian or 0 if the item is little endian
355 if (Endian == support::little)
385 // Instructions are always little endian
419 // Handle as little-endian
/openbsd-current/lib/libcrypto/bn/
H A Dbn_convert.c80 little, enumerator in enum:__anon1
233 return bn2binpad(a, to, tolen, little);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.c228 {"little", no_argument, NULL, OPTION_LITTLE},
262 static void little (int);
266 little (int on)
407 -EL,-little produce little endian code and data\n"));
481 { "little", little, 1 },
482 { "big", little, 0 },
264 little (int on) function
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp925 if (Orig == little)
926 return endian::readNext<T, little, unaligned>(D);
1349 return endian::byte_swap<uint64_t, little>(Version);
1361 uint64_t Magic = endian::byte_swap<uint64_t, little>(H.Magic);
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp226 bool IsLittleEndian = (Endian == support::little);
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp111 T Val = support::endian::read<T, support::endianness::little, 1>(
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp188 : Stream(Data, llvm::support::little), Reader(Stream),

Completed in 196 milliseconds

12345678910