Searched refs:shouldDumpSymLevel (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp129 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Data))
162 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Functions))
186 if (!shouldDumpSymLevel(opts::pretty::SymLevel::Thunks))
H A Dllvm-pdbutil.h70 bool shouldDumpSymLevel(SymLevel Level);
H A Dllvm-pdbutil.cpp892 bool opts::pretty::shouldDumpSymLevel(SymLevel Search) { function in class:opts::pretty
1230 if (shouldDumpSymLevel(opts::pretty::SymLevel::Functions)) {
1250 if (shouldDumpSymLevel(opts::pretty::SymLevel::Data)) {
1266 if (shouldDumpSymLevel(opts::pretty::SymLevel::Thunks)) {

Completed in 526 milliseconds