Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DFormatters.h40 inline detail::GuidAdapter fmt_guid(StringRef Item) { in fmt_guid() function
44 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) { in fmt_guid() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp449 printStructField(P, "the guid of the PDB", fmt_guid(Header->Guid.Guid)); in explainPdbStreamHeaderOffset()
DDumpOutputStyle.cpp217 P.formatLine("GUID: {0}", fmt_guid(PS.getGuid().Guid)); in dumpFileSummary()