Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/c/tls_globals/
DTestTlsGlobals.py26 self.dylibPath +
33 self.dylibPath + "=" + self.getBuildDir())
37 self.dylibPath))
/external/llvm-project/lldb/test/API/functionalities/load_unload/
DTestLoadUnload.py41 if self.dylibPath in os.environ:
43 path = os.environ[self.dylibPath] + sep + path
44 self.runCmd("settings append target.env-vars '{}={}'".format(self.dylibPath, path))
133 env_cmd_string = "settings replace target.env-vars " + self.dylibPath + "=" + new_dir
195 (self.dylibPath, new_dir,
/external/llvm-project/lldb/test/API/api/check_public_api_headers/
DTestPublicAPIHeaders.py50 self.dylibPath, self.getLLDBLibraryEnvVal())
57 self.dylibPath))
/external/llvm-project/lldb/test/API/api/command-return-object/
DTestSBCommandReturnObject.py21 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
/external/llvm-project/lldb/test/API/api/multiple-targets/
DTestMultipleTargets.py25 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
/external/llvm-project/lldb/test/API/api/multiple-debuggers/
DTestMultipleDebuggers.py23 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
/external/llvm-project/lld/MachO/
DInputFiles.cpp472 if (Optional<std::string> dylibPath = in loadReexport() local
474 return loadDylib(*dylibPath, umbrella); in loadReexport()
487 if (Optional<std::string> dylibPath = resolveDylibPath(path)) in loadReexport() local
488 return loadDylib(*dylibPath, umbrella); in loadReexport()
/external/llvm-project/lldb/test/API/api/multithreaded/
DTestMultithreaded.py109 env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
/external/llvm-project/lldb/test/API/tools/lldb-server/libraries-svr4/
DTestGdbRemoteLibrariesSvr4Support.py19 env[self.dylibPath] = self.getBuildDir()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h311 void addReExportedDylib(StringRef dylibPath) { in addReExportedDylib() argument
312 _reExportedDylibs.emplace_back(dylibPath); in addReExportedDylib()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py904 self.dylibPath = self.platformContext.shlib_environment_var
1772 self.dylibPath] if self.dylibPath in os.environ else None