/llvm-project/lldb/test/API/functionalities/data-formatter/custom-printf-summary/ |
H A D | main.c | 4 struct Bytes { struct 10 struct Bytes bytes = {0x30, 0x01}; in main() argument
|
/llvm-project/llvm/unittests/Bitstream/ |
H A D | BitstreamReaderTest.cpp | 19 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 D | WebAssemblyDisassembler.cpp | 78 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 D | FDRTraceWriter.cpp | 49 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 D | State.cpp | 120 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 D | MCDisassembler.cpp | 18 ArrayRef<uint8_t> Bytes, in onSymbolStart() 23 uint64_t MCDisassembler::suggestBytesToSkip(ArrayRef<uint8_t> Bytes, in suggestBytesToSkip()
|
/llvm-project/llvm/unittests/MC/ |
H A D | Disassembler.cpp | 28 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 D | placement-new-fp-suppression.cpp | 96 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 D | circular_raw_ostream.cpp | 25 unsigned Bytes = in write_impl() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 71 ArrayRef<uint8_t> Bytes; in readInteger() local 179 ArrayRef<uint8_t> Bytes; in readArray() local
|
H A D | Base64.h | 23 template <class InputBytes> std::string encodeBase64(InputBytes const &Bytes) { in encodeBase64()
|
H A D | GlobPattern.h | 85 BitVector Bytes; member
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FileWriter.cpp | 20 uint8_t Bytes[32]; in writeSLEB() local 27 uint8_t Bytes[32]; in writeULEB() local
|
/llvm-project/llvm/unittests/MC/AMDGPU/ |
H A D | Disassembler.cpp | 44 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 D | MSP430Disassembler.cpp | 230 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 D | RawStringLiteralCheck.cpp | 63 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 D | DWARFDataExtractorTest.cpp | 86 auto GetWithoutError = [](ArrayRef<uint8_t> Bytes) { in TEST()
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | DisassemblerHelper.h | 39 bool decodeInst(MCInst &MI, uint64_t &MISize, ArrayRef<uint8_t> Bytes) const { in decodeInst()
|
/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 50 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 D | RecordSerialization.cpp | 105 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 D | raw_fd_stream_test.cpp | 30 char Bytes[8]; in TEST() local
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DIEGenerator.h | 59 ArrayRef<uint8_t> Bytes) { in addLocationAttribute() 73 ArrayRef<uint8_t> Bytes) { in addBlockAttribute()
|
/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | PostingList.cpp | 186 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 D | BuildID.cpp | 48 std::string Bytes; in parseBuildID() local
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/ |
H A D | AssemblerUtils.h | 46 Check(ArrayRef<RegisterValue> RegisterInitialValues,MCInst Inst,Bs...Bytes) Check() argument
|