| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | LEB128.h | 28 uint8_t Byte = Value & 0x7f; variable 57 uint8_t Byte = Value & 0x7f; variable 84 uint8_t Byte = Value & 0x7f; variable 109 uint8_t Byte = Value & 0x7f; variable 167 uint8_t Byte; variable
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | YAML.cpp | 47 uint8_t Byte = llvm::hexDigitValue(Data[I * 2]); in writeAsBinary() local 61 for (uint8_t Byte : Data) in writeAsHex() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
|
| H A D | DIEHash.cpp | 55 uint8_t Byte = Value & 0x7f; in addULEB128() local 67 uint8_t Byte = Value & 0x7f; in addSLEB128() local
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/support.types/ |
| H A D | cstddef.compile.pass.cpp | 37 using Byte = std::byte; typedef
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | LEB128.cpp | 35 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
|
| H A D | CRC.cpp | 77 for (uint8_t Byte : Data) { in crc32() local
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dxcontainer2yaml.cpp | 31 for (uint8_t Byte : Container.getHeader().FileHash.Digest) in dumpDXContainer() local
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.cpp | 26 SDValue LenAdj, SDValue Byte) { in createMemMemNode() 43 uint64_t Size, SDValue Byte = SDValue()) { in emitMemMemImm() 52 SDValue Size, SDValue Byte = SDValue()) { in emitMemMemReg() 90 SDValue Byte, SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
|
| /llvm-project-15.0.7/llvm/utils/UnicodeData/ |
| H A D | UnicodeNameMappingGenerator.cpp | 253 uint8_t Byte = in dumpIndex() local 418 for (auto Byte : Tree) { in main() local
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 577 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86PltEntries() local 602 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { in findX86_64PltEntries() local
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtil.cpp | 38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
|
| /llvm-project-15.0.7/bolt/lib/RuntimeLibs/ |
| H A D | InstrumentationRuntimeLibrary.cpp | 124 uint8_t Byte = 0) { in emitBinary()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.h | 174 enum ValueLength { Byte = 1, Half = 2, Long = 4, Quad = 8, ULEB, SLEB }; enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCTargetDesc.cpp | 429 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; in findPltEntries() local
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 506 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord() local 515 uint8_t Byte; in visitKnownRecord() local
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 41 Byte = 0x0069, // 8 bit unsigned int enumerator
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | casts.c | 60 typedef unsigned char Byte; typedef
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 817 uint8_t Byte = *I++; in emitTable() local 840 uint8_t Byte = *I++; in emitTable() local 860 uint8_t Byte = *I++; in emitTable() local 902 uint8_t Byte = *I++; in emitTable() local
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 290 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 190 static std::string toBinaryString(uint8_t Byte) { in toBinaryString()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | FileAnalysis.cpp | 482 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents() local
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 162 for (auto Byte : FpmBytes) { in parseFileHeaders() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 270 unsigned Byte = 0; in findLowestOffset() local 1663 Constant *Byte, Constant *Bit) { in applyVirtualConstProp() 2049 Constant *Byte = importConstant(Slot, CSByConstantArg.first, "byte", in importResolution() local
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCRegisterInfo.h | 71 unsigned Byte = RegNo / 8; in contains() local
|