Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h90 bool IsCompilandExcluded(llvm::StringRef CompilandName);
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp49 if (Printer.IsCompilandExcluded(FullName)) in start()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp289 bool LinePrinter::IsCompilandExcluded(llvm::StringRef CompilandName) { in IsCompilandExcluded() function in LinePrinter