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

/netbsd-current/external/apache2/llvm/dist/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp70 const std::string OrigDir = Dir.str(); local
89 UniqueDirs.try_emplace(OrigDir, Result);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp236 SmallString<16> OrigDir(OrigPath);
237 llvm::sys::path::remove_filename(OrigDir);
238 SmallString<16> DebugPath = OrigDir;
246 DebugPath = OrigDir;
255 llvm::sys::fs::make_absolute(OrigDir);
268 llvm::sys::path::append(DebugPath, llvm::sys::path::relative_path(OrigDir),

Completed in 178 milliseconds