Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DJITLoader.cpp22 PluginManager::GetJITLoaderCreateCallbackAtIndex(idx)) != nullptr; in LoadPlugins()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h107 GetJITLoaderCreateCallbackAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp429 PluginManager::GetJITLoaderCreateCallbackAtIndex(uint32_t idx) { in GetJITLoaderCreateCallbackAtIndex() function in PluginManager