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 D | TestTlsGlobals.py | 24 self.dylibPath + 31 self.dylibPath + "=" + self.getBuildDir()) 35 self.dylibPath))
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | DriverUtils.cpp | 187 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 D | InputFiles.cpp | 1659 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 D | TestLoadUnload.py | 39 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 D | TestPublicAPIHeaders.py | 48 self.dylibPath, self.getLLDBLibraryEnvVal()) 55 self.dylibPath))
|
| /llvm-project-15.0.7/lldb/test/API/api/command-return-object/ |
| H A D | TestSBCommandReturnObject.py | 19 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
|
| /llvm-project-15.0.7/lldb/test/API/api/multiple-targets/ |
| H A D | TestMultipleTargets.py | 25 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
|
| /llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/ |
| H A D | TestMultipleDebuggers.py | 21 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
|
| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | TestMultithreaded.py | 106 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/libraries-svr4/ |
| H A D | TestGdbRemoteLibrariesSvr4Support.py | 14 env[self.dylibPath] = self.getBuildDir()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 843 self.dylibPath = self.platformContext.shlib_environment_var 1616 self.dylibPath] if self.dylibPath in os.environ else None
|