Home
last modified time | relevance | path

Searched refs:CompilandName (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp62 bool LinePrinter::IsCompilandExcluded(llvm::StringRef CompilandName) { in IsCompilandExcluded() argument
63 if (CompilandName.empty()) in IsCompilandExcluded()
67 if (Expr.match(CompilandName)) in IsCompilandExcluded()
DLinePrinter.h37 bool IsCompilandExcluded(llvm::StringRef CompilandName);