Searched refs:write_hex (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h77 LLVM_DEBUG(dbgs().write_hex(Prev));
79 LLVM_DEBUG(dbgs().write_hex(I->Lower) << "\n");
84 LLVM_DEBUG(dbgs().write_hex(I->Lower));
86 LLVM_DEBUG(dbgs().write_hex(I->Upper) << "\n");
H A DNativeFormatting.h40 void write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style,
H A DFormatProviders.h136 write_hex(Stream, V, HS, Digits);
184 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
H A Draw_ostream.h234 raw_ostream &write_hex(unsigned long long N);
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp42 OS.write_hex(static_cast<unsigned char>(UTF8[i]));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp27 outs().write_hex(File->getHeader().Version);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.cpp32 stream.write_hex(addr);
34 stream.write_hex(lower_bound);
36 stream.write_hex(upper_bound);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h217 write_hex(Stream, V.Hash, HexPrintStyle::Upper, 8);
226 write_hex(Stream, B, HexPrintStyle::Upper, 2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp519 dbgs() << "\tBValue=0x"; dbgs().write_hex(Value) << ": AValue=0x";
520 dbgs().write_hex(FixupValue)
522 dbgs().write_hex(OldData) << ": Reloc=0x"; dbgs().write_hex(Reloc););
535 dbgs() << ": NInst=0x"; dbgs().write_hex(NewData) << "\n";);
H A DHexagonShuffler.cpp673 dbgs().write_hex(ISJ.Core.getUnits());
676 dbgs().write_hex(ISJ.CVI.getUnits()) << '|';
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp108 OS.write_hex(static_cast<unsigned long long>(I));
H A DFixedLenDecoderEmitter.cpp905 OS.write_hex(Value);
918 OS.write_hex(Value);
1111 o.write_hex(OpInfo.InitValue);
H A DInstrInfoEmitter.cpp792 OS.write_hex(Value);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp102 OS.write_hex(*Ptr.uHex);
H A Draw_ostream.cpp142 raw_ostream &raw_ostream::write_hex(unsigned long long N) { function in class:raw_ostream
143 llvm::write_hex(*this, N, HexPrintStyle::Lower);
206 llvm::write_hex(*this, (uintptr_t)P, HexPrintStyle::PrefixLower);
393 llvm::write_hex(*this, FN.HexValue, Style, FN.Width);
436 llvm::write_hex(*this, Offset + LineIndex, HPS, OffsetWidth);
449 llvm::write_hex(*this, Line[I], HPS, 2);
H A DNativeFormatting.cpp132 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, function in class:llvm
H A DJSON.cpp586 llvm::write_hex(OS, C, llvm::HexPrintStyle::Lower, 4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp114 OS.write_hex(CE->getValue());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp38 llvm::write_hex(OS, Mask, llvm::HexPrintStyle::PrefixLower);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp153 O.write_hex(MO.getImm());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp372 errs().write_hex(c); errs() << " ";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp338 O.write_hex(static_cast<uint32_t>(TargetAddress));
1345 O.write_hex(Val);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp325 raw_svector_ostream(ValidName).write_hex(InvalidName[I]);
H A DMCAsmStreamer.cpp1217 OS.write_hex(truncateToSize(Expr, 4));
1257 OS.write_hex(truncateToSize(Value, ValueSize));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp459 O.write_hex(Integer);

Completed in 461 milliseconds

12