Home
last modified time | relevance | path

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

1234567

/llvm-project/lldb/test/API/functionalities/data-formatter/custom-printf-summary/
H A Dmain.c4 struct Bytes { struct
10 struct Bytes bytes = {0x30, 0x01}; in main() argument
/llvm-project/llvm/unittests/Bitstream/
H A DBitstreamReaderTest.cpp19 uint8_t Bytes[4] = { in TEST() local
40 uint8_t Bytes[4] = { in TEST() local
56 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03}; in TEST() local
68 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local
77 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local
155 uint8_t Bytes[] = {8, 7, 6, 5, 4, 3, 2, 1}; in TEST() local
/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp78 if (Size >= Bytes.size()) in nextByte() argument
86 nextLEB(int64_t & Val,ArrayRef<uint8_t> Bytes,uint64_t & Size,bool Signed) nextLEB() argument
102 parseLEBImmediate(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,bool Signed) parseLEBImmediate() argument
111 parseImmediate(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes) parseImmediate() argument
128 onSymbolStart(SymbolInfoTy & Symbol,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address) const onSymbolStart() argument
163 getInstruction(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t,raw_ostream & CS) const getInstruction() argument
[all...]
/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
/llvm-project/offload/DeviceRTL/src/
H A DState.cpp120 void *SharedMemorySmartStackTy::push(uint64_t Bytes) { in push() argument
151 void SharedMemorySmartStackTy::pop(void *Ptr, uint64_t Bytes) { in pop() argument
165 void *memory::allocShared(uint64_t Bytes, const char *Reason) { in allocShared() argument
169 void memory::freeShared(void *Ptr, uint64_t Bytes, cons argument
173 allocGlobal(uint64_t Bytes,const char * Reason) allocGlobal() argument
276 uint32_t Bytes = enterDataEnvironment() local
434 __kmpc_alloc_shared(uint64_t Bytes) __kmpc_alloc_shared() argument
438 __kmpc_free_shared(void * Ptr,uint64_t Bytes) __kmpc_free_shared() argument
[all...]
/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp18 ArrayRef<uint8_t> Bytes, in onSymbolStart()
23 uint64_t MCDisassembler::suggestBytesToSkip(ArrayRef<uint8_t> Bytes, in suggestBytesToSkip()
/llvm-project/llvm/unittests/MC/
H A DDisassembler.cpp28 uint8_t Bytes[] = {0x90, 0x90, 0xeb, 0xfd}; in TEST() local
74 uint8_t Bytes[] = {0x6a, 0x42, 0x7F, 0x35, 0x01, 0x10}; in TEST() local
/llvm-project/clang/test/Analysis/inlining/
H A Dplacement-new-fp-suppression.cpp96 inline void *operator new(size_t Bytes, const ASTContext &C, in operator new()
101 inline void *operator new[](size_t Bytes, const ASTContext &C, in operator new[]()
108 void *operator new(size_t Bytes, ASTContext &C, in operator new()
/llvm-project/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp25 unsigned Bytes = in write_impl() local
/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
/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
/llvm-project/llvm/unittests/MC/AMDGPU/
H A DDisassembler.cpp44 uint8_t Bytes[] = {0x04, 0x00, 0x80, 0xb0}; in TEST() local
100 uint8_t Bytes[] = {0x04, 0x00, 0x80, 0xb0}; in TEST() local
186 uint8_t Bytes[] = {Version, 0x00, 0x80, 0xb0}; in TEST() local
/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp230 getInstructionI(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CStream) const getInstructionI() argument
285 getInstructionII(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CStream) const getInstructionII() argument
340 getInstructionCJ(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CStream) const getInstructionCJ() argument
361 getInstruction(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,uint64_t Address,raw_ostream & CStream) const getInstruction() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DRawStringLiteralCheck.cpp63 containsDelimiter(StringRef Bytes,const std::string & Delimiter) containsDelimiter() argument
71 const StringRef Bytes = Literal->getBytes(); asRawStringLiteral() local
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDataExtractorTest.cpp86 auto GetWithoutError = [](ArrayRef<uint8_t> Bytes) { in TEST()
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DDisassemblerHelper.h39 bool decodeInst(MCInst &MI, uint64_t &MISize, ArrayRef<uint8_t> Bytes) const { in decodeInst()
/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()
/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
/llvm-project/llvm/unittests/Support/
H A Draw_fd_stream_test.cpp30 char Bytes[8]; in TEST() local
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEGenerator.h59 ArrayRef<uint8_t> Bytes) { in addLocationAttribute()
73 ArrayRef<uint8_t> Bytes) { in addBlockAttribute()
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DPostingList.cpp186 std::optional<DocID> readVByte(llvm::ArrayRef<uint8_t> &Bytes) { in readVByte()
206 llvm::ArrayRef<uint8_t> Bytes(Payload); in decompress() local
/llvm-project/llvm/lib/Object/
H A DBuildID.cpp48 std::string Bytes; in parseBuildID() local
/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/
H A DAssemblerUtils.h46 Check(ArrayRef<RegisterValue> RegisterInitialValues,MCInst Inst,Bs...Bytes) Check() argument

1234567