Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/lld/test/MachO/Inputs/
H A DDependencyDump.py9 byte = f.read(1) variable
19 byte = f.read(1) variable
22 byte = f.read(1) variable
24 byte = f.read(1) variable
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dstd-byte.cpp6 enum byte : unsigned char {}; enum
18 enum byte : unsigned char {}; enum
20 enum byte : unsigned char {}; enum
22 enum byte : unsigned char {}; enum
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h21 u8 byte = value & 0x7f; in EncodeSLEB128() local
39 u8 byte; in DecodeSLEB128() local
57 u8 byte = value & 0x7f; in EncodeULEB128() local
72 u8 byte; in DecodeULEB128() local
H A Dsanitizer_symbolizer_report.cpp150 u8 byte) { in PrintMemoryByte()
/llvm-project-15.0.7/clang/test/Sema/
H A Dinline-asm-validate-aarch64.c6 uint8_t byte; in constraint_r() local
17 uint8_t byte; in constraint_r_symbolic() local
30 uint8_t byte; in constraint_r_symbolic_macro() local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dstatic-data.cpp60 for (std::uint8_t byte : data_) { in AsString() local
74 for (auto byte{data_.cbegin()}; byte < end;) { in AsU16String() local
89 for (auto byte{data_.cbegin()}; byte < end;) { in AsU32String() local
/llvm-project-15.0.7/lldb/source/Utility/
H A DStream.cpp247 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex16() local
250 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex16() local
263 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex32() local
266 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex32() local
279 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex64() local
282 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex64() local
H A DGDBRemote.cpp35 uint8_t byte = *src; in PutEscapedBytes() local
H A DStringExtractor.cpp82 int byte = DecodeHexU8(); in GetHexU8Ex() local
H A DRegisterValue.cpp288 unsigned byte = 0; in ParseVectorEncoding() local
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCRCTest.cpp40 uint8_t byte = i; in TEST() local
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dpair.cpp37 uint32_t byte = static_cast<uint8_t>(p[i]); in return_ptr_and_i32() local
51 uint64_t byte = static_cast<uint8_t>(p[i]); in return_ptr_and_i64() local
/llvm-project-15.0.7/third-party/benchmark/test/
H A Ddonotoptimize_test.cc16 unsigned char& byte; member
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp182 uint8_t byte; in Get_ULEB128() local
208 uint8_t byte = 0; in Get_SLEB128() local
H A DStdStringExtractor.cpp75 int byte = DecodeHexU8(); in GetHexU8Ex() local
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp168 uint8_t byte = bytes[byte_idx]; in CFBitVectorSummaryProvider() local
184 uint8_t byte = bytes[num_bytes - 1]; in CFBitVectorSummaryProvider() local
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFBitVector.py30 def get_bit(byte, index): argument
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c59 unsigned char byte; in readULEB128() local
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp206 uint8_t byte = 0; in GetChildAtIndex() local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DArmUnwindInfo.cpp90 uint8_t byte = GetByteAtOffset(data, offset++); in GetULEB128() local
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_personality.cpp211 unsigned char byte; in readULEB128() local
234 unsigned char byte; in readSLEB128() local
/llvm-project-15.0.7/lld/wasm/
H A DWriterUtils.cpp106 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg) { in writeU8()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_descriptions.h50 const char *ShadowByte(u8 byte) { in ShadowByte()
H A Dasan_errors.cpp495 u8 byte, const char *after = "\n") { in PrintShadowByte()
/llvm-project-15.0.7/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp184 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek()
216 uint8_t byte = 0; in readPrefixes() local

12