Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp230 IOHandlerDelegate &delegate) in IOHandlerEditline() argument
247 IOHandlerDelegate &delegate) in IOHandlerEditline() argument
H A DIOHandlerCursesGUI.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/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp39 ContinueDelegate &delegate, const UnixSignals &signals, in SendContinuePacketAndWaitForResponse()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.cpp415 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h161 void resetDelegate(Delegate *delegate) { in resetDelegate()
169 void addDelegate(Delegate *delegate) { in addDelegate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h464 ImporterDelegateSP delegate = in GetDelegate() local
H A DClangUserExpression.cpp956 Materializer::PersistentVariableDelegate &delegate, in ResetDeclMap()
/freebsd/contrib/openpam/
H A Dconfigure2665 delegate(): delegate(2354) {} function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp29 NativeDelegate &delegate) in NativeProcessProtocol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp144 NativeDelegate &delegate, in NativeProcessNetBSD() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp161 NativeDelegate &delegate, in NativeProcessFreeBSD()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3296 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetLLDBCommandsFromIOHandler()
3315 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetPythonCommandsFromIOHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h2056 MaterializationResponsibility::delegate(const SymbolNameSet &Symbols) { in delegate() function
/freebsd/sys/fs/nfsserver/
H A Dnfs_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/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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp857 JITDylib::delegate(MaterializationResponsibility &FromMR, in delegate() function in llvm::orc::JITDylib
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3215 template <class Emitter> bool Compiler<Emitter>::delegate(const Expr *E) { in delegate() function in Compiler