Searched refs:little (Results 201 - 225 of 245) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp197 ptr = support::endian::read<T>(&r[offset], support::little);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp791 Endian = M->getDataLayout().isLittleEndian() ? support::endianness::little
H A DPGOInstrumentation.cpp1255 llvm::HashBuilder<llvm::TruncatedBLAKE3<8>, llvm::support::endianness::little>
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1858 BBS = BinaryByteStream(*Contents, support::little);
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp511 T Val = endian::readNext<T, little, unaligned>(Data);
/openbsd-current/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp890 BinaryStreamReader Reader((*File)->getBuffer(), support::little);
1450 // It's weird to have most-significant DWORD first on the little-endian
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1938 Context.getAsmInfo()->isLittleEndian() ? support::little : support::big;
/openbsd-current/gnu/llvm/lld/ELF/
H A DInputFiles.cpp580 attributes.parse(contents, ekind == ELF32LEKind ? support::little
/openbsd-current/gnu/usr.bin/perl/
H A Dautodoc.pl230 think that the expansion would add little or no value and take up
1150 # expand this pod significantly with little added value.
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dlib1funcs.asm1283 /* The LR case has to be handled a little differently... */
H A Dieee754-df.S498 @ FPA little-endian: must swap the word order.
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm810 hold on classes somebody else wrote. Besides, there is little to gain in
1110 a string like "1234" (32 bit little endian) or "87654321" (64 bit big
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL420 Use autosplit so little used or newly added functions won't be a
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp993 {"LittleEndian", "2's complement, little endian", ELF::ELFDATA2LSB},
1052 ENUM_ENT(EM_MIPS_RS3_LE, "MIPS R3000 little-endian"),
2642 support::little);
2651 support::little);
2659 support::little);
5820 ELFT::TargetEndianness == support::little,
7314 ELFT::TargetEndianness == support::little,
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/
H A DANSIColor.pm1390 ECMA-048 and the latter is available for free, there seems little reason
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm1683 A little-known feature of L<Test::Harness> is that it supported TODO
/openbsd-current/gnu/llvm/lld/MachO/
H A DInputFiles.cpp301 BinaryStreamReader reader(data, support::little);
/openbsd-current/gnu/llvm/lld/COFF/
H A DDriver.cpp1157 BinaryStreamReader reader(contents, support::little);
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1293 Word = llvm::support::endian::read64(Buf, llvm::support::little);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp38 isBE ? write<T, support::big>(P, V) : write<T, support::little>(P, V);
411 // Data should use target endian. Code should always use little endian.
/openbsd-current/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1900 TT.isLittleEndian() ? support::little : support::big,
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1288 BinaryStreamReader Reader(*ContentsOrErr, llvm::support::little);
H A Dllvm-pdbutil.cpp1418 FileBufferByteStream DestStream(std::move(OutFile), llvm::support::little); member in class:llvm::support
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm1103 # other modules we use do. To help a little, what we do here is compile
1104 # a little code at the end of the module, and compute the base sequence
1442 clutter (like hex addresses). With just a little practice, you can
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x1302 * Projects: Cleaned up a little for release.
2382 * source.c (select_source_symtab): Changed semantics a little so
3239 register copied on little endian machine; multi register
3827 * m-sparc.h (FRAME_FIND_SAVED_REGS): Cleaned up a little to take
3962 * infcmd.c: Commented set_environment_command (a little).

Completed in 383 milliseconds

12345678910