Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp227 if (auto precondition_callback = in GetExceptionPrecondition() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp542 LanguageRuntimeGetExceptionPrecondition precondition_callback; global() member
556 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,LanguageRuntimeCreateInstance create_callback,LanguageRuntimeGetCommandObject command_callback,LanguageRuntimeGetExceptionPrecondition precondition_callback) RegisterPlugin() argument