/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 281 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 D | MarkupFilter.cpp | 167 printValue(toHex(Module.BuildID, /*LowerCase=*/true)); in tryModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | BuildID.cpp | 72 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 D | StringExtras.h | 183 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 D | MD5.cpp | 283 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 D | InputFile.cpp | 269 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 D | PrettyCompilandDumper.cpp | 65 auto ChecksumHexString = toHex(File->getChecksum()); in start()
|
H A D | MinimalSymbolDumper.cpp | 722 P.formatLine(" {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 62 return "%" + llvm::toHex(StringRef(&C, 1)); in percentEncodeURICharacter()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 627 ChildVarPrefix += toHex(LexicalBlockIndex++) + '.'; in collectStatsRecursive() 629 ChildVarPrefix += 'p' + toHex(FormalParameterIndex++) + '.'; in collectStatsRecursive()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 123 return toHex(SHA256::hash(arrayRefFromStringRef(V.getName())), in getName()
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 64 return llvm::toHex(ID, /*LowerCase=*/true); in buildIDToString()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 362 std::string BuildIDStr = toHex(BuildID); in symbolizeInput()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 181 OS << toHex(ArrayRef(Fixed.Storage)); in output()
|
H A D | CodeViewYAMLDebugSections.cpp | 255 Out << toHex(Bytes); in output()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 322 llvm::toHex(llvm::toStringRef(Expr), /*LowerCase=*/true)); in processOneAttribute()
|
H A D | LVCodeViewVisitor.cpp | 3512 fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); in inlineSiteAnnotation()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1066 llvm::toHex(BinaryID, /*LowerCase=*/true))); in load()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Driver.cpp | 2780 toHex(ctx.aarch64PauthAbiCoreInfo, /*LowerCase=*/true) + in readSecurityNotes() 2782 toHex(f->aarch64PauthAbiCoreInfo, /*LowerCase=*/true)); in readSecurityNotes()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 358 Key = toHex(Hasher.result()); in computeLTOCacheKey()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 278 OS << "0x" << llvm::toHex({Buffer[K]}); in ULEB128Value()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 374 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 D | MCAsmStreamer.cpp | 1792 PrintQuotedString(toHex(Checksum), OS); in emitCVFileDirective()
|