Searched refs:BinaryPath (Results 1 – 2 of 2) sorted by relevance
382 static std::string GetResourcesPath(StringRef BinaryPath,
174 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() argument 180 // Dir is bin/ or lib/, depending on where BinaryPath is. in GetResourcesPath() 181 std::string Dir = std::string(llvm::sys::path::parent_path(BinaryPath)); in GetResourcesPath()