Home
last modified time | relevance | path

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

123

/llvm-project/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
171 uint8_t Byte; variable
/llvm-project/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/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/libcxx/test/std/language.support/support.types/
H A Dcstddef.compile.pass.cpp37 using Byte = std::byte; typedef
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEGenerator.h61 for (auto Byte : Bytes) in addLocationAttribute() local
83 for (auto Byte : Bytes) in addBlockAttribute() local
119 for (auto Byte : String.bytes()) in addInplaceString() local
/llvm-project/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
H A DBase64.cpp57 const char Byte = Input[ByteIdx]; in decodeBase64() local
H A Draw_socket_stream.cpp270 char Byte = 'A'; global() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp26 createMemMemNode(SelectionDAG & DAG,const SDLoc & DL,unsigned Op,SDValue Chain,SDValue Dst,SDValue Src,SDValue LenAdj,SDValue Byte) createMemMemNode() argument
43 emitMemMemImm(SelectionDAG & DAG,const SDLoc & DL,unsigned Op,SDValue Chain,SDValue Dst,SDValue Src,uint64_t Size,SDValue Byte=SDValue ()) emitMemMemImm() argument
52 emitMemMemReg(SelectionDAG & DAG,const SDLoc & DL,unsigned Op,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,SDValue Byte=SDValue ()) emitMemMemReg() argument
90 EmitTargetCodeForMemset(SelectionDAG & DAG,const SDLoc & DL,SDValue Chain,SDValue Dst,SDValue Byte,SDValue Size,Align Alignment,bool IsVolatile,bool AlwaysInline,MachinePointerInfo DstPtrInfo) const EmitTargetCodeForMemset() argument
[all...]
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp41 for (uint8_t Byte : Container.getHeader().FileHash.Digest) in dumpDXContainer() local
/llvm-project/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp268 uint8_t Byte = in dumpIndex() local
432 for (auto Byte : Tree) { in main() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
/llvm-project/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp128 uint8_t Byte = 0) { in emitBinary() argument
/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp389 __anon261bbfd10502(uint8_t Byte) dumpTracebackTable() argument
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp589 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { findX86PltEntries() local
616 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 6 < End; ) { findX86_64PltEntries() local
[all...]
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h177 enum ValueLength { Byte = 1, Half = 2, Long = 4, Quad = 8, ULEB, SLEB }; enumerator
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp505 uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4; in visitKnownRecord() local
514 uint8_t Byte; in visitKnownRecord() local
/llvm-project/clang/test/Analysis/
H A Dcasts.c60 typedef unsigned char Byte; typedef
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h41 Byte = 0x0069, // 8 bit unsigned int enumerator
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp298 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp490 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; findPltEntries() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp189 static std::string toBinaryString(uint8_t Byte) { in toBinaryString() argument
/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp486 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents() local

123