Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1230 InstrumentationRuntimeGetType get_type_callback) in InstrumentationRuntimeInstance()
1233 get_type_callback(get_type_callback) {} in InstrumentationRuntimeInstance()
1235 InstrumentationRuntimeGetType get_type_callback = nullptr; member
1249 InstrumentationRuntimeGetType get_type_callback) { in RegisterPlugin() argument
1251 name, description, create_callback, get_type_callback); in RegisterPlugin()
1263 return instances[idx].get_type_callback; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h423 InstrumentationRuntimeGetType get_type_callback);