/llvm-project/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 171 uint8_t Byte; variable
|
/llvm-project/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/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/libcxx/test/std/language.support/support.types/ |
H A D | cstddef.compile.pass.cpp | 37 using Byte = std::byte; typedef
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DIEGenerator.h | 61 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 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
|
H A D | Base64.cpp | 57 const char Byte = Input[ByteIdx]; in decodeBase64() local
|
H A D | raw_socket_stream.cpp | 270 char Byte = 'A'; global() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 26 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 D | dxcontainer2yaml.cpp | 41 for (uint8_t Byte : Container.getHeader().FileHash.Digest) in dumpDXContainer() local
|
/llvm-project/llvm/utils/UnicodeData/ |
H A D | UnicodeNameMappingGenerator.cpp | 268 uint8_t Byte = in dumpIndex() local 432 for (auto Byte : Tree) { in main() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.cpp | 38 void PrintASCIIByte(uint8_t Byte) { in PrintASCIIByte()
|
/llvm-project/bolt/lib/RuntimeLibs/ |
H A D | InstrumentationRuntimeLibrary.cpp | 128 uint8_t Byte = 0) { in emitBinary() argument
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | XCOFFDump.cpp | 389 __anon261bbfd10502(uint8_t Byte) dumpTracebackTable() argument
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 589 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 D | DwarfGenerator.h | 177 enum ValueLength { Byte = 1, Half = 2, Long = 4, Quad = 8, ULEB, SLEB }; enumerator
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 505 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 D | casts.c | 60 typedef unsigned char Byte; typedef
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 41 Byte = 0x0069, // 8 bit unsigned int enumerator
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 298 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local
|
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCTargetDesc.cpp | 490 for (uint64_t Byte = 0, End = PltContents.size(); Byte + 7 < End; findPltEntries() local
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | ExplainOutputStyle.cpp | 189 static std::string toBinaryString(uint8_t Byte) { in toBinaryString() argument
|
/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 486 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents() local
|