Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.h37 bool IsCompilandExcluded(llvm::StringRef CompilandName);
DLinePrinter.cpp78 bool LinePrinter::IsCompilandExcluded(llvm::StringRef CompilandName) { in IsCompilandExcluded() function in LinePrinter
DCompilandDumper.cpp47 if (Printer.IsCompilandExcluded(FullName)) in start()