reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-pdbutil/LinePrinter.h
   69   bool IsTypeExcluded(llvm::StringRef TypeName, uint32_t Size);

References

tools/llvm-pdbutil/LinePrinter.cpp
   95   if (IsTypeExcluded(Class.getName(), Class.getSize()))
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  115     if (Printer.IsTypeExcluded(Class->getName(), Class->getLength())) {
  147   if (Printer.IsTypeExcluded(Enum.getName(), Enum.getLength()))
  157   return Printer.IsTypeExcluded(Typedef.getName(), Typedef.getLength());
  251           if (Printer.IsTypeExcluded(Class->getName(), Class->getLength()))