Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h63 LLVM_ABI std::string formatTypeLeafKind(codeview::TypeLeafKind K);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp115 std::string llvm::pdb::formatTypeLeafKind(TypeLeafKind K) { in formatTypeLeafKind() function in llvm::pdb
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp233 formatTypeLeafKind(Record.kind()), Record.length()); in visitTypeBegin()
273 P.formatLine("- {0}", formatTypeLeafKind(Record.Kind)); in visitMemberBegin()
H A DDumpOutputStyle.cpp622 formatTypeLeafKind(TypeLeafKind(K.first)), K.second.Count, in dumpTypeStats()
654 return formatTypeLeafKind(static_cast<TypeLeafKind>(Kind)); in getUdtStatLabel()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp484 W.getOStream() << formatTypeLeafKind(Record.kind()); in visitTypeBegin()
505 W.startLine() << formatTypeLeafKind(Record.Kind); in visitMemberBegin()
1746 W.startLine() << formatTypeLeafKind(Record.kind()); in printTypeBegin()
1765 W.startLine() << formatTypeLeafKind(Record.Kind); in printMemberBegin()
3152 W.printString("TypeLeafKind", formatTypeLeafKind(Kind)); in createElement()
3410 PrintItem(formatTypeLeafKind(Kind)); in printRecords()