Home
last modified time | relevance | path

Searched refs:IsSymbolExcluded (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyCompilandDumper.cpp131 if (Printer.IsSymbolExcluded(Symbol.getName())) in dump()
166 if (Printer.IsSymbolExcluded(Symbol.getName())) in dump()
175 if (Printer.IsSymbolExcluded(Symbol.getName())) in dump()
188 if (Printer.IsSymbolExcluded(Symbol.getName())) in dump()
221 if (Printer.IsSymbolExcluded(Symbol.getName())) in dump()
HDPrettyExternalSymbolDumper.cpp32 if (Printer.IsSymbolExcluded(LinkageName)) in dump()
HDPrettyClassLayoutGraphicalDumper.cpp201 if (Printer.IsSymbolExcluded(Symbol.getName())) in dump()
HDPrettyVariableDumper.cpp42 if (Printer.IsSymbolExcluded(Var.getName())) in start()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDLinePrinter.h89 bool IsSymbolExcluded(llvm::StringRef SymbolName);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDLinePrinter.cpp285 bool LinePrinter::IsSymbolExcluded(llvm::StringRef SymbolName) { in IsSymbolExcluded() function in LinePrinter