| /llvm-project-15.0.7/lld/test/MachO/Inputs/ |
| H A D | DependencyDump.py | 9 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 D | std-byte.cpp | 6 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 D | sanitizer_leb128.h | 21 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 D | sanitizer_symbolizer_report.cpp | 150 u8 byte) { in PrintMemoryByte()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | inline-asm-validate-aarch64.c | 6 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 D | static-data.cpp | 60 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 D | Stream.cpp | 247 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 D | GDBRemote.cpp | 35 uint8_t byte = *src; in PutEscapedBytes() local
|
| H A D | StringExtractor.cpp | 82 int byte = DecodeHexU8(); in GetHexU8Ex() local
|
| H A D | RegisterValue.cpp | 288 unsigned byte = 0; in ParseVectorEncoding() local
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CRCTest.cpp | 40 uint8_t byte = i; in TEST() local
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | pair.cpp | 37 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 D | donotoptimize_test.cc | 16 unsigned char& byte; member
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBDataRef.cpp | 182 uint8_t byte; in Get_ULEB128() local 208 uint8_t byte = 0; in Get_SLEB128() local
|
| H A D | StdStringExtractor.cpp | 75 int byte = DecodeHexU8(); in GetHexU8Ex() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | CF.cpp | 168 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 D | CFBitVector.py | 30 def get_bit(byte, index): argument
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | gcc_personality_v0.c | 59 unsigned char byte; in readULEB128() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxVector.cpp | 206 uint8_t byte = 0; in GetChildAtIndex() local
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | ArmUnwindInfo.cpp | 90 uint8_t byte = GetByteAtOffset(data, offset++); in GetULEB128() local
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_personality.cpp | 211 unsigned char byte; in readULEB128() local 234 unsigned char byte; in readSLEB128() local
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | WriterUtils.cpp | 106 void writeU8(raw_ostream &os, uint8_t byte, const Twine &msg) { in writeU8()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_descriptions.h | 50 const char *ShadowByte(u8 byte) { in ShadowByte()
|
| H A D | asan_errors.cpp | 495 u8 byte, const char *after = "\n") { in PrintShadowByte()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 184 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek() 216 uint8_t byte = 0; in readPrefixes() local
|