Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DLanguageRuntime.cpp228 if (auto precondition_callback = in GetExceptionPrecondition() local
232 precondition_callback(language, throw_bp)) in GetExceptionPrecondition()
/external/llvm-project/lldb/source/Core/
DPluginManager.cpp530 LanguageRuntimeGetExceptionPrecondition precondition_callback) in LanguageRuntimeInstance()
535 precondition_callback(precondition_callback) {} in LanguageRuntimeInstance()
538 LanguageRuntimeGetExceptionPrecondition precondition_callback; member
552 LanguageRuntimeGetExceptionPrecondition precondition_callback) { in RegisterPlugin() argument
555 precondition_callback); in RegisterPlugin()
580 return instances[idx].precondition_callback; in GetLanguageRuntimeGetExceptionPreconditionAtIndex()
/external/llvm-project/lldb/include/lldb/Core/
DPluginManager.h149 LanguageRuntimeGetExceptionPrecondition precondition_callback = nullptr);