Home
last modified time | relevance | path

Searched refs:runtime_version (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dompt-general.cpp146 ret = start_tool(omp_version, runtime_version); in ompt_tool_darwin()
158 ompt_start_tool(unsigned int omp_version, const char *runtime_version) { in ompt_start_tool() argument
167 ret = next_tool(omp_version, runtime_version); in ompt_start_tool()
186 ompt_tool_windows(unsigned int omp_version, const char *runtime_version) { in ompt_tool_windows() argument
226 return (*ompt_tool_p)(omp_version, runtime_version); in ompt_tool_windows()
245 ompt_try_start_tool(unsigned int omp_version, const char *runtime_version) { argument
260 ret = ompt_tool_darwin(omp_version, runtime_version);
262 ret = ompt_start_tool(omp_version, runtime_version);
264 ret = ompt_tool_windows(omp_version, runtime_version);
328 ret = (*start_tool)(omp_version, runtime_version);
[all …]
/llvm-project-15.0.7/openmp/runtime/test/ompt/loadtool/tool_available_search/
H A Dtool_available_search.c87 const char *runtime_version) in ompt_start_tool() argument
119 const char *runtime_version) in ompt_start_tool() argument
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py651 runtime_version = lldb.formatters.cache.Cache() variable
666 global runtime_version
676 if runtime_version.look_for_key(self.pid):
677 self.runtime_version = runtime_version.get_value(self.pid)
679 self.runtime_version = ObjCRuntime.runtime_version(process)
680 runtime_version.add_item(self.pid, self.runtime_version)
736 def runtime_version(process): member in ObjCRuntime
833 if self.sys_params.runtime_version == 2:
856 if self.sys_params.runtime_version == 2:
/llvm-project-15.0.7/openmp/runtime/test/ompt/loadtool/tool_not_available/
H A Dtool_not_available.c113 const char *runtime_version) in ompt_start_tool() argument
/llvm-project-15.0.7/openmp/runtime/test/ompt/loadtool/tool_available/
H A Dtool_available.c139 const char *runtime_version) in ompt_start_tool() argument
/llvm-project-15.0.7/openmp/runtime/test/ompt/synchronization/
H A Dmaster.c73 const char *runtime_version) { in ompt_start_tool() argument
/llvm-project-15.0.7/openmp/runtime/test/ompt/parallel/
H A Drepeated_calls.c98 const char *runtime_version) { in ompt_start_tool() argument
/llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/
H A Dtask_memory.c90 const char *runtime_version) { in ompt_start_tool() argument
/llvm-project-15.0.7/openmp/runtime/test/ompt/misc/
H A Dapi_calls_without_ompt.c145 const char *runtime_version) { in ompt_start_tool() argument
/llvm-project-15.0.7/openmp/runtime/test/ompt/synchronization/barrier/
H A Dimplicit_task_data.c154 const char *runtime_version) in ompt_start_tool() argument
/llvm-project-15.0.7/openmp/tools/multiplex/
H A Dompt-multiplex.h1043 const char *runtime_version);
1046 const char *runtime_version) { in ompt_start_tool() argument
1076 (*client_start_tool)(omp_version, runtime_version))) { in ompt_start_tool()
1090 ompt_multiplex_own_start_tool(omp_version, runtime_version); in ompt_start_tool()
/llvm-project-15.0.7/openmp/tools/multiplex/tests/custom_data_storage/
H A Dfirst-tool.h289 const char *runtime_version) { in ompt_start_tool() argument
/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp1159 ompt_start_tool(unsigned int omp_version, const char *runtime_version) { in ompt_start_tool() argument
/llvm-project-15.0.7/openmp/runtime/test/ompt/
H A Dcallback.h1253 const char *runtime_version) in ompt_start_tool() argument