Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp59 SetFilters(ExcludeCompilandFilters, opts::pretty::ExcludeCompilands.begin(), in LinePrinter()
60 opts::pretty::ExcludeCompilands.end()); in LinePrinter()
H A Dllvm-pdbutil.cpp319 cl::list<std::string> ExcludeCompilands( variable
1546 opts::pretty::ExcludeCompilands.push_back("\\* Linker \\*"); in main()
1549 opts::pretty::ExcludeCompilands.push_back( in main()
1551 opts::pretty::ExcludeCompilands.push_back("f:\\\\dd\\\\vctools\\\\crt"); in main()
1552 opts::pretty::ExcludeCompilands.push_back( in main()
H A Dllvm-pdbutil.h95 extern llvm::cl::list<std::string> ExcludeCompilands;