Home
last modified time | relevance | path

Searched defs:Bytes (Results 1 – 25 of 111) sorted by relevance

12345

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp76 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte()
84 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB()
100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
109 bool parseImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes) { in parseImmediate()
125 SymbolInfoTy &Symbol, uint64_t &Size, ArrayRef<uint8_t> Bytes, in onSymbolStart()
160 MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t /*Address*/, in getInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/XRay/
H A DFDRTraceWriter.cpp49 auto Bytes = IndexedWriter<0>::write(OS, T); in writeMetadata() local
99 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local
108 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local
117 ArrayRef<char> Bytes(D.data(), D.size()); in visit() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
69 static bool readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction48()
78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
297 ArrayRef<uint8_t> Bytes, in getInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp21 uint8_t Bytes[32]; in writeSLEB() local
28 uint8_t Bytes[32]; in writeULEB() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamReader.h79 ArrayRef<uint8_t> Bytes; in readInteger() local
188 ArrayRef<uint8_t> Bytes; in readArray() local
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64()
H A DMD5.h56 std::array<uint8_t, 16> Bytes; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp230 ArrayRef<uint8_t> Bytes, in getInstructionI()
285 ArrayRef<uint8_t> Bytes, in getInstructionII()
340 ArrayRef<uint8_t> Bytes, in getInstructionCJ()
361 ArrayRef<uint8_t> Bytes, in getInstruction()
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutmisc.c142 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member
147 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp25 unsigned Bytes = in write_impl() local
H A DDataExtractor.cpp177 StringRef Bytes(getBytes(OffsetPtr, Length)); in getFixedLengthString() local
199 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(Data); in getLEB128() local
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp594 unsigned Bytes = in EmitMatcher() local
602 unsigned Bytes = 1 + EmitSignedVBRValue( in EmitMatcher() local
643 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); in EmitMatcher() local
650 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); in EmitMatcher() local
671 unsigned Bytes = 2 + EmitSignedVBRValue(Val, OS); in EmitMatcher() local
730 int Bytes = 3; in EmitMatcher() local
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp105 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() local
131 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() local
H A DCodeViewRecordIO.cpp100 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail()
116 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp234 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
247 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
271 ArrayRef<uint8_t> Bytes, in getInstruction()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerShmem.h34 size_t WriteByteArray(const uint8_t *Bytes, size_t N) { in WriteByteArray()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp75 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t &Size, in readInstruction32()
133 ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp21 ArrayRef<uint8_t> Bytes, uint64_t Address, in onSymbolStart()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp140 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
165 ArrayRef<uint8_t> Bytes, in getInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRMachineFunctionInfo.h78 void setCalleeSavedFrameSize(unsigned Bytes) { CalleeSavedFrameSize = Bytes; } in setCalleeSavedFrameSize()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h39 mutable ArrayRef<uint8_t> Bytes; variable
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp456 static MCInst allocateStackSpace(unsigned Bytes) { in allocateStackSpace()
490 static MCInst releaseStackSpace(unsigned Bytes) { in releaseStackSpace()
590 void ConstantInliner::initStack(unsigned Bytes) { in initStack()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h69 StringRef Bytes; member
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp234 unsigned Bytes = Data.getU16(C); in visitLocationList() local
328 unsigned Bytes = Version >= 5 ? Data.getULEB128(C) : Data.getU16(C); in visitLocationList() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A DDisassembler.cpp35 const ByteArrayTy &Bytes, in PrintInsts()

12345