Home
last modified time | relevance | path

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

123456

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp76 nextByte(ArrayRef<uint8_t> Bytes,uint64_t & Size) nextByte() argument
84 nextLEB(int64_t & Val,ArrayRef<uint8_t> Bytes,uint64_t & Size,bool Signed) nextLEB() argument
100 parseLEBImmediate(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,bool Signed) parseLEBImmediate() argument
109 parseImmediate(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes) parseImmediate() argument
126 onSymbolStart(SymbolInfoTy & Symbol,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CStream) const onSymbolStart() argument
162 getInstruction(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t,raw_ostream & CS) const getInstruction() argument
[all...]
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp18 ArrayRef<uint8_t> Bytes, in onSymbolStart() argument
23 uint64_t MCDisassembler::suggestBytesToSkip(ArrayRef<uint8_t> Bytes, in suggestBytesToSkip() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h71 ArrayRef<uint8_t> Bytes; in readInteger() local
179 ArrayRef<uint8_t> Bytes; in readArray() local
H A DBase64.h23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64()
H A DGlobPattern.h85 BitVector Bytes; member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp20 uint8_t Bytes[32]; in writeSLEB() local
27 uint8_t Bytes[32]; in writeULEB() local
H A DGsymReader.cpp43 llvm::Expected<GsymReader> GsymReader::copyBuffer(StringRef Bytes) { in copyBuffer()
308 StringRef Bytes = MemBuffer->getBuffer().substr(AddrInfoOffset); in getFunctionInfoDataAtIndex() local
/freebsd-src/contrib/llvm-project/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()
/freebsd-src/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c250 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member
255 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member
[all...]
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/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()
348 ArrayRef<uint8_t> Bytes, in getInstruction()
/freebsd-src/contrib/llvm-project/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.cpp103 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail()
119 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail()
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEGenerator.h59 ArrayRef<uint8_t> Bytes) { in addLocationAttribute()
73 ArrayRef<uint8_t> Bytes) { in addBlockAttribute()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp682 unsigned Bytes = EmitMatcher() local
690 unsigned Bytes = 1 + EmitSignedVBRValue( EmitMatcher() local
736 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); EmitMatcher() local
743 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); EmitMatcher() local
777 unsigned Bytes = OpBytes + EmitSignedVBRValue(Val, OS); EmitMatcher() local
862 int Bytes = 3; EmitMatcher() local
[all...]
/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp48 std::string Bytes; in parseBuildID() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp141 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
166 ArrayRef<uint8_t> Bytes, in getInstruction()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp436 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
449 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
477 ArrayRef<uint8_t> Bytes, in getInstruction()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMachineFunctionInfo.h84 void setCalleeSavedFrameSize(unsigned Bytes) { CalleeSavedFrameSize = Bytes; } in setCalleeSavedFrameSize()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h73 StringRef Bytes; member
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp34 static bool PrintInsts(const MCDisassembler &DisAsm, const ByteArrayTy &Bytes, in PrintInsts()

123456