Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/c/tls_globals/
H A DTestTlsGlobals.py24 self.dylibPath +
31 self.dylibPath + "=" + self.getBuildDir())
35 self.dylibPath))
/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp187 Optional<StringRef> macho::resolveDylibPath(StringRef dylibPath) { in resolveDylibPath() argument
190 SmallString<261> tbdPath = dylibPath; in resolveDylibPath()
197 bool dylibExists = fs::exists(dylibPath); in resolveDylibPath()
198 searchedDylib(dylibPath, dylibExists); in resolveDylibPath()
200 return saver().save(dylibPath); in resolveDylibPath()
H A DInputFiles.cpp1659 return loadDylib(*dylibPath, umbrella); in findDylib()
1661 } else if (Optional<StringRef> dylibPath = findPathCombination( in findDylib() local
1663 return loadDylib(*dylibPath, umbrella); in findDylib()
1670 return loadDylib(*dylibPath, umbrella); in findDylib()
1698 if (Optional<StringRef> dylibPath = resolveDylibPath(newPath.str())) in findDylib() local
1699 return loadDylib(*dylibPath, umbrella); in findDylib()
1717 if (Optional<StringRef> dylibPath = resolveDylibPath(path)) in findDylib() local
1718 return loadDylib(*dylibPath, umbrella); in findDylib()
1865 StringRef dylibPath = in parseLoadCommands() local
1867 DylibFile *dylib = findDylib(dylibPath, umbrella, nullptr); in parseLoadCommands()
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py39 if self.dylibPath in os.environ:
41 path = os.environ[self.dylibPath] + sep + path
42 self.runCmd("settings append target.env-vars '{}={}'".format(self.dylibPath, path))
130 env_cmd_string = "settings replace target.env-vars " + self.dylibPath + "=" + new_dir
192 (self.dylibPath, new_dir,
/llvm-project-15.0.7/lldb/test/API/api/check_public_api_headers/
H A DTestPublicAPIHeaders.py48 self.dylibPath, self.getLLDBLibraryEnvVal())
55 self.dylibPath))
/llvm-project-15.0.7/lldb/test/API/api/command-return-object/
H A DTestSBCommandReturnObject.py19 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
/llvm-project-15.0.7/lldb/test/API/api/multiple-targets/
H A DTestMultipleTargets.py25 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
/llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/
H A DTestMultipleDebuggers.py21 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A DTestMultithreaded.py106 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/libraries-svr4/
H A DTestGdbRemoteLibrariesSvr4Support.py14 env[self.dylibPath] = self.getBuildDir()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py843 self.dylibPath = self.platformContext.shlib_environment_var
1616 self.dylibPath] if self.dylibPath in os.environ else None