Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp871 static std::string stringOr(std::string Str, std::string IfEmpty) { in stringOr() function
884 std::string File = stringOr(IS->getFileName(), "<null>"); in dumpInjectedSources()
886 std::string Obj = stringOr(IS->getObjectFileName(), "<null>"); in dumpInjectedSources()
887 std::string VFName = stringOr(IS->getVirtualFileName(), "<null>"); in dumpInjectedSources()