Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntime.cpp25 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
31 get_type_callback = in ModulesDidLoad()
33 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h420 InstrumentationRuntimeGetType get_type_callback);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1982 InstrumentationRuntimeGetType get_type_callback; member
2001 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
2009 instance.get_type_callback = get_type_callback; in RegisterPlugin()
2042 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()