Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp47 std::string EnvWorkingDir, EnvSrc; in getSourceFileFullPath() local
56 EnvSrc = Env->getValue(); in getSourceFileFullPath()
57 if (sys::path::is_absolute(EnvSrc)) in getSourceFileFullPath()
58 return EnvSrc; in getSourceFileFullPath()
59 RecordedResult = EnvSrc; in getSourceFileFullPath()
63 if (!EnvWorkingDir.empty() && !EnvSrc.empty()) { in getSourceFileFullPath()
66 std::string Path = EnvWorkingDir + "\\" + EnvSrc; in getSourceFileFullPath()