Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp65 Materializer::PersistentVariableDelegate *delegate) in EntityPersistentVariable()
415 PersistentVariableDelegate *delegate, Status &err) { in AddPersistentVariable()
774 Materializer::PersistentVariableDelegate *delegate) in EntityResultVariable()
1040 PersistentVariableDelegate *delegate, in AddResultVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp39 ContinueDelegate &delegate, const UnixSignals &signals, in SendContinuePacketAndWaitForResponse()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h158 void resetDelegate(Delegate *delegate) { in resetDelegate()
167 void setDelegate(Delegate *delegate) { in setDelegate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp779 Materializer::PersistentVariableDelegate &delegate, in ResetDeclMap()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp28 NativeDelegate &delegate) in NativeProcessProtocol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp145 NativeDelegate &delegate, in NativeProcessNetBSD()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2897 const char *prompt, IOHandlerDelegate &delegate, bool asynchronously, in GetLLDBCommandsFromIOHandler()
2920 const char *prompt, IOHandlerDelegate &delegate, bool asynchronously, in GetPythonCommandsFromIOHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp268 IOHandlerDelegate &delegate) in IOHandlerEditline()
285 IOHandlerDelegate &delegate) in IOHandlerEditline()
2031 TreeItem(TreeItem *parent, TreeDelegate &delegate, bool might_have_children) in TreeItem()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp467 MaterializationResponsibility::delegate(const SymbolNameSet &Symbols, in delegate() function in llvm::orc::MaterializationResponsibility
/freebsd-12.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1327 function delegate(selector, events, method) { function
H A Djquery.js3833 delegate: function( selector, types, data, fn ) { method
/freebsd-12.1/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c2658 int error = 0, haslock = 0, ret, delegate = 1, writedeleg = 1; in nfsrv_openctrl() local