Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
30 get_type_callback = in ModulesDidLoad()
32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1719 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1722 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1724 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1738 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1740 name, description, create_callback, get_type_callback); in RegisterPlugin()
1752 return instance->get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h548 InstrumentationRuntimeGetType get_type_callback);