Home
last modified time | relevance | path

Searched defs:Byte (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DLEB128.h28 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 DYAML.cpp47 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 DByteStreamer.h45 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 DDIEHash.cpp55 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 Dcstddef.compile.pass.cpp37 using Byte = std::byte; typedef
/llvm-project-15.0.7/llvm/lib/Support/
H A DLEB128.cpp35 unsigned Byte = Value & 0x7f; in getSLEB128Size() local
H A DCRC.cpp77 for (uint8_t Byte : Data) { in crc32() local
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp31 for (uint8_t Byte : Container.getHeader().FileHash.Digest) in dumpDXContainer() local
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp26 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 DUnicodeNameMappingGenerator.cpp253 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 DX86MCTargetDesc.cpp577 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 DFuzzerUtil.cpp38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp124 uint8_t Byte = 0) { in emitBinary()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h174 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 DAArch64MCTargetDesc.cpp429 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 DTypeRecordMapping.cpp506 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 DTypeIndex.h41 Byte = 0x0069, // 8 bit unsigned int enumerator
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcasts.c60 typedef unsigned char Byte; typedef
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp817 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 Dubsan_diag.cpp290 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp190 static std::string toBinaryString(uint8_t Byte) { in toBinaryString()
/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp482 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp162 for (auto Byte : FpmBytes) { in parseFileHeaders() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp270 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 DMCRegisterInfo.h71 unsigned Byte = RegNo / 8; in contains() local

123