Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp115 if (Printer.IsTypeExcluded(Class->getName(), Class->getLength())) { in filterAndSortClassDefs()
147 if (Printer.IsTypeExcluded(Enum.getName(), Enum.getLength())) in isTypeExcluded()
157 return Printer.IsTypeExcluded(Typedef.getName(), Typedef.getLength()); in isTypeExcluded()
251 if (Printer.IsTypeExcluded(Class->getName(), Class->getLength())) in start()
H A DLinePrinter.cpp95 if (IsTypeExcluded(Class.getName(), Class.getSize())) in IsClassExcluded()
270 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName, uint32_t Size) { in IsTypeExcluded() function in LinePrinter
H A DLinePrinter.h69 bool IsTypeExcluded(llvm::StringRef TypeName, uint32_t Size);