Searched defs:Bytes (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp21 uint8_t Bytes[32]; local
H A DGsymReader.cpp44 llvm::Expected<GsymReader> GsymReader::copyBuffer(StringRef Bytes) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp25 unsigned Bytes = local
H A DBinaryStreamReader.cpp123 ArrayRef<uint8_t> Bytes; local
H A DDataExtractor.cpp199 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(Data); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBase64.h20 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { argument
[all...]
H A DBinaryByteStream.h157 void insert(uint32_t Offset, ArrayRef<uint8_t> Bytes) { argument
H A DBinaryStreamReader.h80 ArrayRef<uint8_t> Bytes; local
189 ArrayRef<uint8_t> Bytes; local
H A DMD5.h56 std::array<uint8_t, 16> Bytes; member in struct:llvm::MD5::MD5Result
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceWriter.cpp49 auto Bytes = IndexedWriter<0>::write(OS, T); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp20 onSymbolStart(SymbolInfoTy &Symbol, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
H A DDisassembler.cpp252 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h69 StringRef Bytes; member in struct:llvm::msgpack::ExtensionType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp67 addChecksum(StringRef FileName, FileChecksumKind Kind, ArrayRef<uint8_t> Bytes) argument
H A DCodeViewRecordIO.cpp100 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, argument
116 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp34 PrintInsts(const MCDisassembler &DisAsm, const ByteArrayTy &Bytes, SourceMgr &SM, raw_ostream &Out, MCStreamer &Streamer, bool InAtomicBlock, const MCSubtargetInfo &STI) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMachineFunctionInfo.h78 void setCalleeSavedFrameSize(unsigned Bytes) { CalleeSavedFrameSize = Bytes; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h39 int64_t Bytes; member in class:llvm::StackOffset
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h45 mutable ArrayRef<uint8_t> Bytes; member in class:llvm::AMDGPUDisassembler
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp97 char Bytes[4]; local
106 void writeBytes(const char *Bytes, int Size) { os->write(Bytes, Size); } argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h176 std::vector<uint8_t> Bytes; member in struct:llvm::lowertypetests::ByteArrayBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
69 readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint64_t &Insn) argument
78 readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint32_t &Insn) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp77 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { argument
85 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, argument
100 parseLEBImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, bool Signed) argument
110 parseImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes) argument
124 onSymbolStart( SymbolInfoTy &Symbol, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
159 getInstruction( MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t , raw_ostream &CS) const argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c250 UINT8 Bytes[4]; member in union:__anon8931
255 UINT8 Bytes[4]; member in union:__anon8932
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp234 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
247 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
270 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
[all...]

Completed in 496 milliseconds

1234