Home
last modified time | relevance | path

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

12

/llvm-project/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/llvm/test/tools/llvm-libtool-darwin/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/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/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.cpp193 u8 byte) { in PrintMemoryByte() argument
/llvm-project/clang/test/Sema/
H A Dinline-asm-validate-aarch64.c16 uint8_t byte; in constraint_r() local
27 uint8_t byte; in constraint_r_symbolic() local
40 uint8_t byte; in constraint_r_symbolic_macro() local
/llvm-project/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/libc/src/__support/CPP/
H A Dcstddef.h17 enum class byte : unsigned char {}; global() enum
[all...]
/llvm-project/lldb/source/Utility/
H A DStream.cpp274 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex16() local
277 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex16() local
290 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex32() local
293 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex32() local
306 for (size_t byte = 0; byte < sizeof(uvalue); ++byte) in PutHex64() local
309 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte) in PutHex64() local
H A DGDBRemote.cpp34 uint8_t byte = *src; in PutEscapedBytes() local
H A DStringExtractor.cpp82 int byte = DecodeHexU8(); in GetHexU8Ex() local
/llvm-project/compiler-rt/test/dfsan/
H A Dpair.cpp35 uint32_t byte = static_cast<uint8_t>(p[i]); in return_ptr_and_i32() local
49 uint64_t byte = static_cast<uint8_t>(p[i]); in return_ptr_and_i64() local
/llvm-project/llvm/unittests/Support/
H A DCRCTest.cpp40 uint8_t byte = i; in TEST() local
/llvm-project/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/third-party/benchmark/test/
H A Ddonotoptimize_test.cc16 unsigned char& byte; member
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp164 uint8_t byte = bytes[byte_idx]; in CFBitVectorSummaryProvider() local
180 uint8_t byte = bytes[num_bytes - 1]; CFBitVectorSummaryProvider() local
[all...]
/llvm-project/lldb/examples/summaries/cocoa/
H A DCFBitVector.py29 def get_bit(byte, index): argument
/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c59 unsigned char byte; in readULEB128() local
/llvm-project/libc/src/string/
H A Dstring_utils.h26 repeat_byte(Word byte) repeat_byte() argument
[all...]
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp191 uint8_t byte = 0; GetChildAtIndex() local
/llvm-project/libc/fuzzing/__support/
H A Dhashtable_fuzz.cpp102 uint8_t byte = next<uint8_t>(); next_action() local
/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp90 uint8_t byte = GetByteAtOffset(data, offset++); in GetULEB128() local
/llvm-project/libcxxabi/src/
H A Dcxa_personality.cpp211 unsigned char byte; in readULEB128() local
234 unsigned char byte; in readSLEB128() local
[all...]
/llvm-project/lld/wasm/
H A DWriterUtils.cpp111 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg) { in writeU8()

12