Home
last modified time | relevance | path

Searched refs:toHex (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp281 static std::string toHex(uint64_t V) { in toJSON()
290 Json["Address"] = toHex(*Request.Address); in toJSON()
306 LineInfo.StartAddress ? toHex(*LineInfo.StartAddress) : ""}, in print()
345 {"Start", toHex(Global.Start)}, in print()
346 {"Size", toHex(Global.Size)}});
364 {"Size", Local.Size ? toHex(*Local.Size) : ""}, in print()
365 {"TagOffset", Local.TagOffset ? toHex(*Local.TagOffset) : ""}}); in print()
275 static std::string toHex(uint64_t V) { toHex() function
H A DMarkupFilter.cpp167 printValue(toHex(Module.BuildID, /*LowerCase=*/true)); in tryModule()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp72 llvm::toHex(BuildID[0], /*LowerCase=*/true), in fetch()
73 llvm::toHex(BuildID.slice(1), /*LowerCase=*/true)); in fetch()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h183 inline void toHex(ArrayRef<uint8_t> Input, bool LowerCase, in toHex() function
195 inline std::string toHex(ArrayRef<uint8_t> Input, bool LowerCase = false) {
197 toHex(Input, LowerCase, Output);
201 inline std::string toHex(StringRef Input, bool LowerCase = false) {
202 return toHex(arrayRefFromStringRef(Input), LowerCase);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp283 toHex(*this, /*LowerCase*/ true, Str); in digest()
288 toHex(Result, /*LowerCase*/ true, Str); in stringifyResult()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp269 toHex(FC->getValue().Checksum), File); in formatFromFileName()
297 formatChecksumKind(Iter->Kind), toHex(Iter->Checksum)); in formatFromChecksumsOffset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp65 auto ChecksumHexString = toHex(File->getChecksum()); in start()
H A DMinimalSymbolDumper.cpp722 P.formatLine(" {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp62 return "%" + llvm::toHex(StringRef(&C, 1)); in percentEncodeURICharacter()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp627 ChildVarPrefix += toHex(LexicalBlockIndex++) + '.'; in collectStatsRecursive()
629 ChildVarPrefix += 'p' + toHex(FormalParameterIndex++) + '.'; in collectStatsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp123 return toHex(SHA256::hash(arrayRefFromStringRef(V.getName())), in getName()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp64 return llvm::toHex(ID, /*LowerCase=*/true); in buildIDToString()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp362 std::string BuildIDStr = toHex(BuildID); in symbolizeInput()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp181 OS << toHex(ArrayRef(Fixed.Storage)); in output()
H A DCodeViewYAMLDebugSections.cpp255 Out << toHex(Bytes); in output()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp322 llvm::toHex(llvm::toStringRef(Expr), /*LowerCase=*/true)); in processOneAttribute()
H A DLVCodeViewVisitor.cpp3512 fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); in inlineSiteAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1066 llvm::toHex(BinaryID, /*LowerCase=*/true))); in load()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp2780 toHex(ctx.aarch64PauthAbiCoreInfo, /*LowerCase=*/true) + in readSecurityNotes()
2782 toHex(f->aarch64PauthAbiCoreInfo, /*LowerCase=*/true)); in readSecurityNotes()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp358 Key = toHex(Hasher.result()); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp278 OS << "0x" << llvm::toHex({Buffer[K]}); in ULEB128Value()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp374 llvm::toHex(llvm::MD5::hash(Data), /*LowerCase=*/true, Checksum); in computeChecksum()
377 llvm::toHex(llvm::SHA1::hash(Data), /*LowerCase=*/true, Checksum); in computeChecksum()
380 llvm::toHex(llvm::SHA256::hash(Data), /*LowerCase=*/true, Checksum); in computeChecksum()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1792 PrintQuotedString(toHex(Checksum), OS); in emitCVFileDirective()