Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/
H A DBasicClass.m11 @property(nonatomic, assign) id delegate; property
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp106 DebugDelegateSP delegate) { in LaunchProcess()
173 DebugDelegateSP delegate) { in AttachProcess()
H A DNativeProcessWindows.cpp48 NativeDelegate &delegate, in NativeProcessWindows()
64 NativeDelegate &delegate, in NativeProcessWindows()
H A DProcessWindows.cpp189 DebugDelegateSP delegate(new LocalDebugDelegate(shared_from_this())); in DoLaunch() local
199 DebugDelegateSP delegate(new LocalDebugDelegate(shared_from_this())); in DoAttachToProcessWithID() local
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp230 IOHandlerDelegate &delegate) in IOHandlerEditline()
247 IOHandlerDelegate &delegate) in IOHandlerEditline()
H A DIOHandlerCursesGUI.cpp2334 TextFieldDelegate *delegate = in AddTextField() local
2342 FileFieldDelegate *delegate = in AddFileField() local
2351 DirectoryFieldDelegate *delegate = in AddDirectoryField() local
2359 ArchFieldDelegate *delegate = in AddArchField() local
2367 IntegerFieldDelegate *delegate = in AddIntegerField() local
2381 LazyBooleanFieldDelegate *delegate = in AddLazyBooleanField() local
2389 ChoicesFieldDelegate *delegate = in AddChoicesField() local
2396 PlatformPluginFieldDelegate *delegate = in AddPlatformPluginField() local
2410 ListFieldDelegate<T> *delegate = in AddListField() local
2424 MappingFieldDelegate<K, V> *delegate = in AddMappingField() local
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp39 ContinueDelegate &delegate, const UnixSignals &signals, in SendContinuePacketAndWaitForResponse()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h160 void resetDelegate(Delegate *delegate) { in resetDelegate()
168 void addDelegate(Delegate *delegate) { in addDelegate()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h442 ImporterDelegateSP delegate = in GetDelegate() local
H A DClangUserExpression.cpp986 Materializer::PersistentVariableDelegate &delegate, in ResetDeclMap()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTrace.cpp425 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject() local
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.cpp156 NativeDelegate &delegate, in NativeProcessOpenBSD()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py450 def __init__(self, column_dicts, delegate, title, name): argument
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp29 NativeDelegate &delegate) in NativeProcessProtocol()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp146 NativeDelegate &delegate, in NativeProcessNetBSD()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp145 NativeDelegate &delegate, in NativeProcessFreeBSD()
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3264 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetLLDBCommandsFromIOHandler()
3283 const char *prompt, IOHandlerDelegate &delegate, void *baton) { in GetPythonCommandsFromIOHandler()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1958 MaterializationResponsibility::delegate(const SymbolNameSet &Symbols) { in delegate() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp305 NativeDelegate &delegate, in NativeProcessLinux()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp818 JITDylib::delegate(MaterializationResponsibility &FromMR, in delegate() function in llvm::orc::JITDylib