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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp935 static std::string stringOr(std::string Str, std::string IfEmpty) { function
948 std::string File = stringOr(IS->getFileName(), "<null>");
950 std::string Obj = stringOr(IS->getObjectFileName(), "<null>");
951 std::string VFName = stringOr(IS->getVirtualFileName(), "<null>");

Completed in 33 milliseconds