Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1381 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1384 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1386 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1400 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1402 name, description, create_callback, get_type_callback); in RegisterPlugin()
1414 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h464 InstrumentationRuntimeGetType get_type_callback);