| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | UnicodeCharRanges.h | 77 LLVM_DEBUG(dbgs().write_hex(Prev)); in rangesAreValid() 79 LLVM_DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid() 84 LLVM_DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid() 86 LLVM_DEBUG(dbgs().write_hex(I->Upper) << "\n"); in rangesAreValid()
|
| H A D | NativeFormatting.h | 40 void write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style,
|
| H A D | FormatProviders.h | 136 write_hex(Stream, V, HS, Digits); 184 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
|
| H A D | raw_ostream.h | 267 raw_ostream &write_hex(unsigned long long N);
|
| /llvm-project-15.0.7/flang/unittests/Decimal/ |
| H A D | thorough-test.cpp | 26 return llvm::outs().write_hex(u.u); in failed() 35 llvm::errs().write_hex(u.u) << ' '; in testReadback() 62 failed(x).write_hex(u.u) << " '" << p << "' " << rflags << '\n'; in testReadback() 67 failed(x).write_hex(u.u) << " '" << p << "' " << rflags << '\n'; in testReadback()
|
| H A D | quick-sanity-test.cpp | 22 return llvm::outs().write_hex(u.u); in failed() 65 .write_hex(u.u) in testReadback() 71 .write_hex(u.u) in testReadback()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/ |
| H A D | CrashReason.cpp | 32 stream.write_hex(addr); in AppendBounds() 34 stream.write_hex(lower_bound); in AppendBounds() 36 stream.write_hex(upper_bound); in AppendBounds()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 520 dbgs() << "\tBValue=0x"; dbgs().write_hex(Value) << ": AValue=0x"; in applyFixup() 521 dbgs().write_hex(FixupValue) in applyFixup() 523 dbgs().write_hex(OldData) << ": Reloc=0x"; dbgs().write_hex(Reloc);); in applyFixup() 536 dbgs() << ": NInst=0x"; dbgs().write_hex(NewData) << "\n";); in applyFixup()
|
| H A D | HexagonShuffler.cpp | 690 dbgs().write_hex(ISJ.Core.getUnits()); in shuffle() 693 dbgs().write_hex(ISJ.CVI.getUnits()) << '|'; in shuffle()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 139 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream 140 llvm::write_hex(*this, N, HexPrintStyle::Lower); in write_hex() 203 llvm::write_hex(*this, (uintptr_t)P, HexPrintStyle::PrefixLower); in operator <<() 390 llvm::write_hex(*this, FN.HexValue, Style, FN.Width); in operator <<() 433 llvm::write_hex(*this, Offset + LineIndex, HPS, OffsetWidth); in operator <<() 446 llvm::write_hex(*this, Line[I], HPS, 2); in operator <<()
|
| H A D | Twine.cpp | 99 OS.write_hex(*Ptr.uHex); in printOneChild()
|
| H A D | NativeFormatting.cpp | 136 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() function in llvm
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 224 write_hex(Stream, V.Hash, HexPrintStyle::Upper, 8); 233 write_hex(Stream, B, HexPrintStyle::Upper, 2);
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | WasmDump.cpp | 27 outs().write_hex(File->getHeader().Version); in printWasmFileHeader()
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 42 OS.write_hex(static_cast<unsigned char>(UTF8[i])); in translateCodePointToUTF8()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | WebAssemblyDisassemblerEmitter.cpp | 111 OS.write_hex(static_cast<unsigned long long>(I)); in emitWebAssemblyDisassemblerTables()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 111 OS.write_hex(Address); in printHeader() 166 OS.write_hex(*Info.StartAddress); in printStartAddress()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInstPrinter.cpp | 114 OS.write_hex(CE->getValue()); in printExpr()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | NativeFormatTests.cpp | 32 write_hex(Str, N, Style, Width); in format_number()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUArgumentUsageInfo.cpp | 40 llvm::write_hex(OS, Mask, llvm::HexPrintStyle::PrefixLower); in print()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZInstPrinter.cpp | 161 O.write_hex(MO.getImm()); in printPCRelOperand()
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | ISO-Fortran-binding.cpp | 73 llvm::outs().write_hex(reinterpret_cast<std::intptr_t>(bAddr)) in DumpTestWorld() 77 llvm::outs().write_hex(reinterpret_cast<std::intptr_t>(eAddr)) << '\n'; in DumpTestWorld()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkResult.cpp | 111 OS.write_hex(bit_cast<uint64_t>(Value)); in serializeIntegerOperand()
|
| /llvm-project-15.0.7/llvm/tools/sancov/ |
| H A D | sancov.cpp | 292 OS.write_hex(Addr); in operator <<() 863 OS.write_hex(Addr); in printCovPoints()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Quality.cpp | 610 llvm::write_hex(OS, encodeFloat(-Score), llvm::HexPrintStyle::Lower, in sortText()
|