Home
last modified time | relevance | path

Searched refs:IsTypeExcluded (Results 1 – 7 of 7) 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
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyTypeDumper.cpp112 if (Printer.IsTypeExcluded(Class->getName(), Class->getLength())) { in filterAndSortClassDefs()
202 if (Printer.IsTypeExcluded(Class->getName(), Class->getLength())) in start()
221 if (Printer.IsTypeExcluded(Symbol.getName(), Symbol.getLength())) in dump()
235 if (Printer.IsTypeExcluded(Symbol.getName(), Symbol.getLength())) in dump()
DLinePrinter.cpp96 if (IsTypeExcluded(Class.getName(), Class.getSize())) in IsClassExcluded()
272 bool LinePrinter::IsTypeExcluded(llvm::StringRef TypeName, uint32_t Size) { in IsTypeExcluded() function in LinePrinter
DLinePrinter.h70 bool IsTypeExcluded(llvm::StringRef TypeName, uint32_t Size);