Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp117 if (Printer.IsTypeExcluded(Class->getName(), Class->getLength())) { in filterAndSortClassDefs()
149 if (Printer.IsTypeExcluded(Enum.getName(), Enum.getLength())) in isTypeExcluded()
159 return Printer.IsTypeExcluded(Typedef.getName(), Typedef.getLength()); in isTypeExcluded()
253 if (Printer.IsTypeExcluded(Class->getName(), Class->getLength())) in start()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp100 if (IsTypeExcluded(Class.getName(), Class.getSize())) in IsClassExcluded()
277 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName, uint64_t Size) { in IsTypeExcluded() function in LinePrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h88 bool IsTypeExcluded(llvm::StringRef TypeName, uint64_t Size);