Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp227 if (auto precondition_callback = in GetExceptionPrecondition() local
231 precondition_callback(language, throw_bp)) in GetExceptionPrecondition()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp798 LanguageRuntimeGetExceptionPrecondition precondition_callback) in LanguageRuntimeInstance()
802 precondition_callback(precondition_callback) {} in LanguageRuntimeInstance()
805 LanguageRuntimeGetExceptionPrecondition precondition_callback; member
819 LanguageRuntimeGetExceptionPrecondition precondition_callback) { in RegisterPlugin() argument
822 precondition_callback); in RegisterPlugin()
845 return instance->precondition_callback; in GetLanguageRuntimeGetExceptionPreconditionAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h217 LanguageRuntimeGetExceptionPrecondition precondition_callback = nullptr);