Home
last modified time | relevance | path

Searched defs:get_type_callback (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp24 InstrumentationRuntimeGetType get_type_callback; in ModulesDidLoad() local
/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1386 InstrumentationRuntimeGetType get_type_callback = nullptr; global() member
1400 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,InstrumentationRuntimeCreateInstance create_callback,InstrumentationRuntimeGetType get_type_callback) RegisterPlugin() argument