Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1410 InstrumentationRuntimeGetType get_type_callback)
1413 get_type_callback(get_type_callback) {} in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
1415 InstrumentationRuntimeGetType get_type_callback = nullptr; in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
1429 InstrumentationRuntimeGetType get_type_callback) { in TypeSystemInstance()
1431 name, description, create_callback, get_type_callback); in TypeSystemInstance()
1443 return instances[idx].get_type_callback; in GetTypeSystemInstances()
1386 InstrumentationRuntimeGetType get_type_callback = nullptr; global() member
1400 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,InstrumentationRuntimeCreateInstance create_callback,InstrumentationRuntimeGetType get_type_callback) RegisterPlugin() argument
/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h465 InstrumentationRuntimeGetType get_type_callback);