Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DJITLoader.cpp23 PluginManager::GetJITLoaderCreateCallbackAtIndex(idx)) != nullptr; in LoadPlugins()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h113 GetJITLoaderCreateCallbackAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp556 PluginManager::GetJITLoaderCreateCallbackAtIndex(uint32_t idx) { in GetJITLoaderCreateCallbackAtIndex() function in PluginManager