Home
last modified time | relevance | path

Searched refs:init_func (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h317 void* init_func; member
325 void* init_func; member
/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h414 void *init_func; member
421 void *init_func; member
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp80 LLDBCommandPluginInit init_func = in LoadPlugin() local
83 if (init_func) { in LoadPlugin()
84 if (init_func(debugger_sb)) in LoadPlugin()