Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.h138 write_hex(Stream, V, *HS, Digits);
187 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
H A Draw_ostream.h290 raw_ostream &write_hex(unsigned long long N);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp57 Err &write_hex(unsigned long long Val) { in write_hex()
58 Stream.write_hex(Val); in write_hex()
114 return Err("invalid .BTF magic: ").write_hex(Magic); in parseBTF()
260 return Err("invalid .BTF.ext magic: ").write_hex(Magic); in hasBTFSections()
55 Err &write_hex(unsigned long long Val) { write_hex() function in __anon6e4e2d460111::Err
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp518 dbgs() << "\tBValue=0x"; dbgs().write_hex(Value) << ": AValue=0x"; in applyFixup()
519 dbgs().write_hex(FixupValue) in applyFixup()
521 dbgs().write_hex(OldData) << ": Reloc=0x"; dbgs().write_hex(Reloc);); in applyFixup()
534 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()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp147 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
148 llvm::write_hex(*this, N, HexPrintStyle::Lower); in write_hex()
211 llvm::write_hex(*this, (uintptr_t)P, HexPrintStyle::PrefixLower); in operator <<()
392 llvm::write_hex(*this, FN.HexValue, Style, FN.Width); in operator <<()
435 llvm::write_hex(*this, Offset + LineIndex, HPS, OffsetWidth); in operator <<()
448 llvm::write_hex(*this, Line[I], HPS, 2); in operator <<()
H A DTwine.cpp102 OS.write_hex(*Ptr.uHex); in printOneChild()
H A DNativeFormatting.cpp135 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() function in llvm
H A DJSON.cpp747 llvm::write_hex(OS, C, llvm::HexPrintStyle::Lower, 4); in quote()
/freebsd/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp40 outs().write_hex(Obj.getHeader().Version); in printPrivateHeaders()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp112 OS.write_hex(static_cast<unsigned long long>(I)); in emitWebAssemblyDisassemblerTables()
H A DDecoderEmitter.cpp960 OS.write_hex(Value); in emitTable()
973 OS.write_hex(Value); in emitTable()
1188 o.write_hex(OpInfo.InitValue); in emitBinaryParser()
H A DInstrInfoEmitter.cpp1304 OS.write_hex(Value); in emitRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp111 OS.write_hex(*Address); in printHeader()
166 OS.write_hex(*Info.StartAddress); in printStartAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp114 OS.write_hex(CE->getValue()); in printExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp40 llvm::write_hex(OS, Mask, llvm::HexPrintStyle::PrefixLower); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp176 O.write_hex(MO.getImm()); in printPCRelOperand()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp757 write_hex(ResultStream, NameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
763 write_hex(ResultStream, FunctionNameHash, HexPrintStyle::Lower, in getIRFileDisplayName()
768 write_hex(ResultStream, SCCNameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
772 write_hex(ResultStream, LoopNameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
777 write_hex(ResultStream, MachineFunctionNameHash, HexPrintStyle::Lower, in getIRFileDisplayName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp445 O.write_hex(Integer); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp368 O.write_hex(static_cast<uint32_t>(TargetAddress)); in printOperand()
1403 O.write_hex(Val); in printVMOVModImmOperand()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp462 raw_svector_ostream(ValidName).write_hex(InvalidName[I]); in createXCOFFSymbolImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp663 OS.write_hex((Value & (0xF << (i * 4))) >> (i * 4)); in printHex32()

12