Home | History | Annotate | Download | only in llvm-pdbutil

Lines Matching refs:IfEmpty

871 static std::string stringOr(std::string Str, std::string IfEmpty) {
872 return (Str.empty()) ? IfEmpty : Str;