Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/load_using_paths/
H A DTestLoadUsingPaths.py29 self.lib_name = "libloadunload." + ext
33 self.hidden_lib = os.path.join(self.hidden_dir, self.lib_name)
53 lib_spec = lldb.SBFileSpec(self.lib_name)
112 relative_spec = lldb.SBFileSpec(os.path.join("hidden", self.lib_name))
133 relative_spec = lldb.SBFileSpec(os.path.join("hidden", self.lib_name))
153 abs_spec = lldb.SBFileSpec(os.path.join(self.hidden_dir, self.lib_name))
/llvm-project/lldb/test/API/functionalities/load_after_attach/
H A DTestLoadAfterAttach.py19 lib_name = ctx.shlib_prefix + "lib_b." + ctx.shlib_extension
22 lib = self.getBuildArtifact(lib_name)
62 patterns=[lib_name],
64 msg=lib_name + " missing in image list",
/llvm-project/lldb/test/API/macosx/version_zero/
H A DTestGetVersionZeroVersion.py24 lib_name = "libDylib.dylib"
25 target = lldbutil.run_to_breakpoint_make_target(self, exe_name=lib_name)
26 module = target.FindModule(lldb.SBFileSpec(lib_name))
/llvm-project/offload/plugins-nextgen/
H A DCMakeLists.txt4 function(add_target_library target_name lib_name)
42 target_compile_definitions(${target_name} PRIVATE TARGET_NAME=${lib_name})
44 DEBUG_PREFIX="TARGET ${lib_name} RTL")
/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1085 const char *lib_name = __itt_get_env_var(ITT_TO_STR(LIB_VAR_NAME)); in __itt_get_lib_name() local
1088 if (lib_name == NULL) { in __itt_get_lib_name()
1104 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()
[all …]
/llvm-project/llvm/utils/gn/secondary/compiler-rt/
H A Dgen_version_script.gni15 foreach(lib_name, invoker.lib_names) {
17 "$crt_current_out_dir/libclang_rt.$lib_name$crt_current_target_suffix.a",
/llvm-project/lldb/test/API/functionalities/executable_first/
H A DTestExecutableFirst.py20 lib_name = ctx.shlib_prefix + "bar." + ctx.shlib_extension
23 lib = self.getBuildArtifact(lib_name)
/llvm-project/third-party/benchmark/tools/
H A Dlibpfm.BUILD.bazel14 lib_name = "libpfm",
/llvm-project/utils/bazel/third_party_build/
H A Dgmp.BUILD16 lib_name = "libgmp",
H A Dmpfr.BUILD16 lib_name = "libmpfr",
H A Dpfm.BUILD15 lib_name = "libpfm",
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1596 def buildLibrary(self, sources, lib_name):
1605 "DYLIB_NAME": lib_name,
1615 "DYLIB_NAME": lib_name,
1627 "DYLIB_NAME": lib_name,
1637 print("Building LLDB Library (%s) from sources %s" % (lib_name, sources))
1568 buildLibrary(self, sources, lib_name) global() argument
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1008 const char *lib_name = dynstr_data.PeekCStr(str_index); ParseDependentModules() local