Home
last modified time | relevance | path

Searched refs:formatTypeLeafKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h61 std::string formatTypeLeafKind(codeview::TypeLeafKind K);
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp115 std::string llvm::pdb::formatTypeLeafKind(TypeLeafKind K) { in formatTypeLeafKind() function in llvm::pdb
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp231 formatTypeLeafKind(Record.kind()), Record.length()); in visitTypeBegin()
271 P.formatLine("- {0}", formatTypeLeafKind(Record.Kind)); in visitMemberBegin()
H A DDumpOutputStyle.cpp620 formatTypeLeafKind(TypeLeafKind(K.first)), K.second.Count, in dumpTypeStats()
652 return formatTypeLeafKind(static_cast<TypeLeafKind>(Kind)); in getUdtStatLabel()