Home
last modified time | relevance | path

Searched refs:fmt_guid (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DFormatters.h41 inline detail::GuidAdapter fmt_guid(StringRef Item) { in fmt_guid() function
45 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) { in fmt_guid() function
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp451 printStructField(P, "the guid of the PDB", fmt_guid(Header->Guid.Guid)); in explainPdbStreamHeaderOffset()
DDumpOutputStyle.cpp255 P.formatLine("GUID: {0}", fmt_guid(PS.getGuid().Guid)); in dumpFileSummary()