Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp42 std::string RecordedResult = RawSymbol->getSourceFileName(); in getSourceFileFullPath() local
44 if (RecordedResult.empty()) { in getSourceFileFullPath()
58 RecordedResult = EnvSrc; in getSourceFileFullPath()
75 if (!RecordedResult.empty()) { in getSourceFileFullPath()
76 if (sys::path::is_absolute(RecordedResult)) in getSourceFileFullPath()
77 return RecordedResult; in getSourceFileFullPath()
81 this, RecordedResult, PDB_NameSearchFlags::NS_CaseInsensitive); in getSourceFileFullPath()