Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DTypeDumper.cpp63 if (Printer.IsTypeExcluded(Symbol.getName())) in dump()
75 if (Printer.IsTypeExcluded(Symbol.getName())) in dump()
86 if (Printer.IsTypeExcluded(Symbol.getName())) in dump()
DClassDefinitionDumper.cpp174 if (Printer.IsTypeExcluded(Symbol.getName())) in dump()
183 if (Printer.IsTypeExcluded(Symbol.getName())) in dump()
DLinePrinter.h36 bool IsTypeExcluded(llvm::StringRef TypeName);
DLinePrinter.cpp73 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName) { in IsTypeExcluded() function in LinePrinter