Home
last modified time | relevance | path

Searched refs:write_hex (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h77 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 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.h277 raw_ostream &write_hex(unsigned long long N);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.cpp32 stream.write_hex(addr); in AppendBounds()
34 stream.write_hex(lower_bound); in AppendBounds()
36 stream.write_hex(upper_bound); in AppendBounds()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp520 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 DHexagonShuffler.cpp691 dbgs().write_hex(ISJ.Core.getUnits()); in shuffle()
694 dbgs().write_hex(ISJ.CVI.getUnits()) << '|'; in shuffle()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp146 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
147 llvm::write_hex(*this, N, HexPrintStyle::Lower); in write_hex()
210 llvm::write_hex(*this, (uintptr_t)P, HexPrintStyle::PrefixLower); in operator <<()
397 llvm::write_hex(*this, FN.HexValue, Style, FN.Width); in operator <<()
440 llvm::write_hex(*this, Offset + LineIndex, HPS, OffsetWidth); in operator <<()
453 llvm::write_hex(*this, Line[I], HPS, 2); in operator <<()
H A DTwine.cpp99 OS.write_hex(*Ptr.uHex); in printOneChild()
H A DNativeFormatting.cpp138 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() function in llvm
H A DJSON.cpp749 llvm::write_hex(OS, C, llvm::HexPrintStyle::Lower, 4); in quote()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h225 write_hex(Stream, V.Hash, HexPrintStyle::Upper, 8);
234 write_hex(Stream, B, HexPrintStyle::Upper, 2);
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DWasmDump.cpp27 outs().write_hex(File->getHeader().Version); in printWasmFileHeader()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp42 OS.write_hex(static_cast<unsigned char>(UTF8[i])); in translateCodePointToUTF8()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp111 OS.write_hex(static_cast<unsigned long long>(I)); in emitWebAssemblyDisassemblerTables()
H A DDecoderEmitter.cpp917 OS.write_hex(Value); in emitTable()
930 OS.write_hex(Value); in emitTable()
1141 o.write_hex(OpInfo.InitValue); in emitBinaryParser()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp111 OS.write_hex(Address); in printHeader()
166 OS.write_hex(*Info.StartAddress); in printStartAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp114 OS.write_hex(CE->getValue()); in printExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp40 llvm::write_hex(OS, Mask, llvm::HexPrintStyle::PrefixLower); in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp169 O.write_hex(MO.getImm()); in printPCRelOperand()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp89 OS.write_hex(bit_cast<uint64_t>(Value)); in serializeIntegerOperand()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp283 OS.write_hex(Addr); in operator <<()
849 OS.write_hex(Addr); in printCovPoints()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp450 O.write_hex(Integer); in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp339 O.write_hex(static_cast<uint32_t>(TargetAddress)); in printOperand()
1344 O.write_hex(Val); in printVMOVModImmOperand()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1410 OS.write_hex(truncateToSize(Expr, 4)); in emitFill()
1452 OS.write_hex(truncateToSize(*Value, ValueSize)); in emitAlignmentDirective()

12