Home
last modified time | relevance | path

Searched refs:shlib_prefix (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/target/create-deps/
H A DTestTargetCreateDeps.py73 dylibName = ctx.shlib_prefix + 'load_a.' + ctx.shlib_extension
80 dylibName = ctx.shlib_prefix + 'load_a.' + ctx.shlib_extension
87 dylibName = ctx.shlib_prefix + 'load_a.' + ctx.shlib_extension
97 dylibName = ctx.shlib_prefix + 'load_a.' + ctx.shlib_extension
104 dylibName = ctx.shlib_prefix + 'load_a.' + ctx.shlib_extension
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py172 def __init__(self, shlib_environment_var, shlib_path_separator, shlib_prefix, shlib_extension): argument
175 self.shlib_prefix = shlib_prefix
H A Dlldbtest.py1820 shlib_prefix = self.platformContext.shlib_prefix
1836 self.getBuildDir(), shlib_prefix + name + shlib_extension)
/llvm-project-15.0.7/lldb/test/API/functionalities/load_lazy/
H A DTestLoadUsingLazyBind.py30 return (self.platformContext.shlib_prefix + name + "." +
/llvm-project-15.0.7/lldb/test/API/functionalities/load_after_attach/
H A DTestLoadAfterAttach.py16 lib_name = ctx.shlib_prefix + 'lib_b.' + ctx.shlib_extension
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/
H A DTestBreakInLoadedDylib.py18 self.lib_fullname = ctx.shlib_prefix + self.lib_shortname + '.' + ctx.shlib_extension
/llvm-project-15.0.7/lldb/test/API/symbol_ondemand/shared_library/
H A DTestSharedLibOnDemand.py37 self.shared_lib_name = ctx.shlib_prefix + "foo." + ctx.shlib_extension
/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py233 dylibName = ctx.shlib_prefix + 'loadunload_a.' + ctx.shlib_extension