Home
last modified time | relevance | path

Searched refs:printItemIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp167 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex() function in TypeDumpVisitor
220 printItemIndex("Id", String.getId()); in visitKnownRecord()
242 printItemIndex("String", Indices[I]); in visitKnownRecord()
349 printItemIndex("ParentScope", Func.getParentScope()); in visitKnownRecord()
412 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord()
420 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord()
431 printItemIndex("ArgType", Arg); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h42 void printItemIndex(StringRef FieldName, TypeIndex TI) const;