HomeSort by: relevance | last modified time | path
    Searched refs:IsTypeExcluded (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyTypeDumper.cpp 115 if (Printer.IsTypeExcluded(Class->getName(), Class->getLength())) {
141 static bool isTypeExcluded(LinePrinter &Printer, const T &Symbol) {
145 static bool isTypeExcluded(LinePrinter &Printer,
147 if (Printer.IsTypeExcluded(Enum.getName(), Enum.getLength()))
155 static bool isTypeExcluded(LinePrinter &Printer,
157 return Printer.IsTypeExcluded(Typedef.getName(), Typedef.getLength());
169 if (isTypeExcluded(Printer, *Child))
251 if (Printer.IsTypeExcluded(Class->getName(), Class->getLength()))
LinePrinter.h 69 bool IsTypeExcluded(llvm::StringRef TypeName, uint32_t Size);
LinePrinter.cpp 95 if (IsTypeExcluded(Class.getName(), Class.getSize()))
270 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName, uint32_t Size) {

Completed in 31 milliseconds