Home
last modified time | relevance | path

Searched refs:lib_name (Results 1 – 7 of 7) sorted by relevance

/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
19 lib = self.getBuildArtifact(lib_name)
57 patterns = [lib_name],
59 msg = lib_name + " missing in image list")
/llvm-project-15.0.7/lldb/test/API/functionalities/load_using_paths/
H A DTestLoadUsingPaths.py31 self.lib_name = 'libloadunload.' + ext
35 self.hidden_lib = os.path.join(self.hidden_dir, self.lib_name)
56 lib_spec = lldb.SBFileSpec(self.lib_name)
102 relative_spec = lldb.SBFileSpec(os.path.join("hidden", self.lib_name))
117 relative_spec = lldb.SBFileSpec(os.path.join("hidden", self.lib_name))
129 abs_spec = lldb.SBFileSpec(os.path.join(self.hidden_dir, self.lib_name))
/llvm-project-15.0.7/lldb/test/API/macosx/version_zero/
H A DTestGetVersionZeroVersion.py26 lib_name = "libDylib.dylib"
27 target = lldbutil.run_to_breakpoint_make_target(self, exe_name=lib_name)
28 module = target.FindModule(lldb.SBFileSpec(lib_name))
/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1104 return lib_name; in __itt_get_lib_name()
1119 return lib_name; in __itt_get_lib_name()
1126 return lib_name; in __itt_get_lib_name()
1135 return lib_name; in __itt_get_lib_name()
1140 return lib_name; in __itt_get_lib_name()
1147 return lib_name; in __itt_get_lib_name()
1154 return lib_name; in __itt_get_lib_name()
1168 return lib_name; in __itt_get_lib_name()
1174 return lib_name; in __itt_get_lib_name()
1189 return lib_name; in __itt_get_lib_name()
[all …]
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/python/tools/
H A Dnp_to_sparse_tensor.py13 def _get_c_shared_lib(lib_name: str):
28 c_lib = ctypes.CDLL(lib_name)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1500 def buildLibrary(self, sources, lib_name): argument
1508 'DYLIB_NAME': lib_name,
1516 'DYLIB_NAME': lib_name,
1525 'DYLIB_NAME': lib_name,
1534 (lib_name, sources))
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp969 const char *lib_name = dynstr_data.PeekCStr(str_index); in ParseDependentModules() local
970 FileSpec file_spec(lib_name); in ParseDependentModules()