Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDIOHandler.cpp230 IOHandlerDelegate &delegate) in IOHandlerEditline()
247 IOHandlerDelegate &delegate) in IOHandlerEditline()
HDIOHandlerCursesGUI.cpp2333 TextFieldDelegate *delegate = in AddTextField() local
2341 FileFieldDelegate *delegate = in AddFileField() local
2350 DirectoryFieldDelegate *delegate = in AddDirectoryField() local
2358 ArchFieldDelegate *delegate = in AddArchField() local
2366 IntegerFieldDelegate *delegate = in AddIntegerField() local
2373 BooleanFieldDelegate *delegate = new BooleanFieldDelegate(label, content); in AddBooleanField() local
2380 LazyBooleanFieldDelegate *delegate = in AddLazyBooleanField() local
2388 ChoicesFieldDelegate *delegate = in AddChoicesField() local
2395 PlatformPluginFieldDelegate *delegate = in AddPlatformPluginField() local
2402 ProcessPluginFieldDelegate *delegate = new ProcessPluginFieldDelegate(); in AddProcessPluginField() local
[all …]
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDMaterializer.cpp62 Materializer::PersistentVariableDelegate *delegate) in EntityPersistentVariable()
416 PersistentVariableDelegate *delegate, Status &err) { in AddPersistentVariable()
914 Materializer::PersistentVariableDelegate *delegate) in EntityResultVariable()
1190 PersistentVariableDelegate *delegate, in AddResultVariable()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteClientBase.cpp39 ContinueDelegate &delegate, const UnixSignals &signals, in SendContinuePacketAndWaitForResponse()
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTrace.cpp415 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject() local
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineRegisterInfo.h161 void resetDelegate(Delegate *delegate) { in resetDelegate()
169 void addDelegate(Delegate *delegate) { in addDelegate()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTImporter.h464 ImporterDelegateSP delegate = in GetDelegate() local
HDClangUserExpression.cpp956 Materializer::PersistentVariableDelegate &delegate, in ResetDeclMap()
/freebsd-head/contrib/openpam/
HDconfigure2665 delegate(): delegate(2354) {} function
/freebsd-head/contrib/llvm-project/lldb/source/Host/common/
HDNativeProcessProtocol.cpp29 NativeDelegate &delegate) in NativeProcessProtocol()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeProcessNetBSD.cpp144 NativeDelegate &delegate, in NativeProcessNetBSD()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDNativeProcessFreeBSD.cpp161 NativeDelegate &delegate, in NativeProcessFreeBSD()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp3296 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetLLDBCommandsFromIOHandler()
3315 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetPythonCommandsFromIOHandler()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCore.h2056 MaterializationResponsibility::delegate(const SymbolNameSet &Symbols) { in delegate() function
/freebsd-head/sys/fs/nfsserver/
HDnfs_nfsdstate.c2810 int error = 0, haslock = 0, ret, delegate = 1, writedeleg = 1; in nfsrv_openctrl() local
8935 struct nfsrv_descript *nd, int delegate, int writedeleg, int readonly, in nfsrv_issuedelegation()
/freebsd-head/contrib/libxo/xohtml/external/
HDjquery.qtip.js1327 function delegate(selector, events, method) { function
HDjquery.js3833 delegate: function( selector, types, data, fn ) { method in AnonymousClass46e439d54801
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCore.cpp857 JITDylib::delegate(MaterializationResponsibility &FromMR, in delegate() function in llvm::orc::JITDylib
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp3215 template <class Emitter> bool Compiler<Emitter>::delegate(const Expr *E) { in delegate() function in Compiler