Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp229 typename Instance::CallbackType GetCallbackAtIndex(uint32_t idx) { in GetCallbackAtIndex() function in PluginInstances
298 return GetABIInstances().GetCallbackAtIndex(idx); in GetABICreateCallbackAtIndex()
363 return GetDisassemblerInstances().GetCallbackAtIndex(idx); in GetDisassemblerCreateCallbackAtIndex()
397 return GetDynamicLoaderInstances().GetCallbackAtIndex(idx); in GetDynamicLoaderCreateCallbackAtIndex()
430 return GetJITLoaderInstances().GetCallbackAtIndex(idx); in GetJITLoaderCreateCallbackAtIndex()
458 return GetEmulateInstructionInstances().GetCallbackAtIndex(idx); in GetEmulateInstructionCreateCallbackAtIndex()
492 return GetOperatingSystemInstances().GetCallbackAtIndex(idx); in GetOperatingSystemCreateCallbackAtIndex()
524 return GetLanguageInstances().GetCallbackAtIndex(idx); in GetLanguageCreateCallbackAtIndex()
570 return GetLanguageRuntimeInstances().GetCallbackAtIndex(idx); in GetLanguageRuntimeCreateCallbackAtIndex()
613 return GetSystemRuntimeInstances().GetCallbackAtIndex(idx); in GetSystemRuntimeCreateCallbackAtIndex()
[all …]