| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | UnicodeCharRanges.h | 81 LLVM_DEBUG(dbgs().write_hex(Prev)); in rangesAreValid() 83 LLVM_DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid() 88 LLVM_DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid() 90 LLVM_DEBUG(dbgs().write_hex(I->Upper) << "\n"); in rangesAreValid()
|
| H A D | NativeFormatting.h | 42 void write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style,
|
| H A D | FormatProviders.h | 137 write_hex(Stream, V, HS, Digits); 185 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
|
| H A D | raw_ostream.h | 216 raw_ostream &write_hex(unsigned long long N);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ |
| H A D | CrashReason.cpp | 33 stream.write_hex(addr); in AppendBounds() 35 stream.write_hex(lower_bound); in AppendBounds() 37 stream.write_hex(upper_bound); in AppendBounds()
|
| /freebsd-12.1/contrib/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 | 658 LLVM_DEBUG(dbgs().write_hex(ISJ->Core.getUnits()); if (ISJ->CVI.isValid()) { in shuffle() 660 dbgs().write_hex(ISJ->CVI.getUnits()) << '|'; in shuffle()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 132 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream 133 llvm::write_hex(*this, N, HexPrintStyle::Lower); in write_hex() 188 llvm::write_hex(*this, (uintptr_t)P, HexPrintStyle::PrefixLower); in operator <<() 372 llvm::write_hex(*this, FN.HexValue, Style, FN.Width); in operator <<() 415 llvm::write_hex(*this, Offset + LineIndex, HPS, OffsetWidth); in operator <<() 428 llvm::write_hex(*this, Line[I], HPS, 2); in operator <<()
|
| H A D | Twine.cpp | 103 OS.write_hex(*Ptr.uHex); in printOneChild()
|
| H A D | NativeFormatting.cpp | 134 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() function in llvm
|
| H A D | JSON.cpp | 590 llvm::write_hex(OS, C, llvm::HexPrintStyle::Lower, 4); in quote()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 191 write_hex(Stream, V.Hash, HexPrintStyle::Upper, 8); 200 write_hex(Stream, B, HexPrintStyle::Upper, 2);
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | WasmDump.cpp | 26 outs().write_hex(File->getHeader().Version); in printWasmFileHeader()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 42 OS.write_hex(static_cast<unsigned char>(UTF8[i])); in translateCodePointToUTF8()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | WebAssemblyDisassemblerEmitter.cpp | 88 OS.write_hex(static_cast<unsigned long long>(I)); in emitWebAssemblyDisassemblerTables()
|
| H A D | InstrInfoEmitter.cpp | 641 OS.write_hex(Value); in emitRecord()
|
| H A D | FixedLenDecoderEmitter.cpp | 873 OS.write_hex(Value); in emitTable() 886 OS.write_hex(Value); in emitTable()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/InstPrinter/ |
| H A D | ARCInstPrinter.cpp | 114 OS.write_hex(CE->getValue()); in printExpr()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 180 outs().write_hex(ModuleOffset); in symbolizeInput()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/InstPrinter/ |
| H A D | SystemZInstPrinter.cpp | 150 O.write_hex(MO.getImm()); in printPCRelOperand()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 339 errs().write_hex(c); errs() << " "; in dumpDataAux()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 458 O.write_hex(Integer); in print()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/InstPrinter/ |
| H A D | ARMInstPrinter.cpp | 326 O.write_hex(static_cast<uint32_t>(TargetAddress)); in printOperand() 1283 O.write_hex(Val); in printNEONModImmOperand()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 1074 OS.write_hex(truncateToSize(Expr, 4)); in emitFill() 1104 OS.write_hex(truncateToSize(Value, ValueSize)); in EmitValueToAlignment()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/ |
| H A D | AArch64InstPrinter.cpp | 948 O.write_hex(AArch64_AM::decodeLogicalImmediate(Val, 8 * sizeof(T))); in printLogicalImm() 1342 O.write_hex(Address); in printAlignedLabel()
|