Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp958 static std::string stringOr(std::string Str, std::string IfEmpty) { in stringOr() function
971 std::string File = stringOr(IS->getFileName(), "<null>"); in dumpInjectedSources()
973 std::string Obj = stringOr(IS->getObjectFileName(), "<null>"); in dumpInjectedSources()
974 std::string VFName = stringOr(IS->getVirtualFileName(), "<null>"); in dumpInjectedSources()