/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 63 Append(llvm::StringRef path,llvm::StringRef replacement,bool notify) Append() argument 71 Append(const PathMappingList & rhs,bool notify) Append() argument 84 AppendUnique(llvm::StringRef path,llvm::StringRef replacement,bool notify) AppendUnique() argument 98 Insert(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Insert() argument 113 Replace(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Replace() argument 124 Remove(size_t index,bool notify) Remove() argument 167 Clear(bool notify) Clear() argument 266 Replace(llvm::StringRef path,llvm::StringRef new_path,bool notify) Replace() argument 279 Remove(ConstString path,bool notify) Remove() argument [all...] |
H A D | ThreadList.cpp | 696 if (notify) in SetSelectedThreadByID() argument 711 if (notify) in SetSelectedThreadByIndexID() argument
|
H A D | StopInfo.cpp | 637 const bool notify = false; WatchpointSentry() local 648 const bool notify = false; DoReenable() local
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointList.cpp | 33 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add() 47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove() 84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() 96 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed()
|
H A D | WatchpointList.cpp | 20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add() 169 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove() 231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
|
H A D | Watchpoint.cpp | 411 void Watchpoint::SetEnabled(bool enabled, bool notify) { in SetEnabled() argument 427 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | LSPBinderTests.cpp | 53 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function 75 void notify(const Foo &Params) { in TEST() function
|
H A D | LSPClient.cpp | 138 void notify(llvm::StringRef Method, llvm::json::Value V) override { in notify() function in clang::clangd::LSPClient::TransportImpl 195 void LSPClient::notify(llvm::StringRef Method, llvm::json::Value Params) { in notify() function in clang::clangd::LSPClient
|
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 266 const bool notify = true; in LoadBinaryViaLowmemUUID() local 325 const bool notify = true; in LoadBinariesViaMetadata() local 383 const bool notify = true; in LoadBinariesViaMetadata() local
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Threading.cpp | 28 void Notification::notify() { in notify() function in clang::clangd::Notification
|
/llvm-project/llvm/unittests/Support/ |
H A D | Threading.cpp | 64 void notify() { notify() function in __anonc87998810111::Notification
|
/llvm-project/clang-tools-extra/clangd/xpc/ |
H A D | XPCTransport.cpp | 57 void notify(StringRef Method, json::Value Params) override { in notify() function in __anon64fa53a00111::XPCTransport
|
/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 170 const bool notify = false; in UpdateSymlinkMappings() local 247 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { in Append() argument 280 bool ModuleList::AppendIfNeeded(const ModuleSP &new_module, bool notify) { in AppendIfNeeded() argument 334 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { in Remove() argument [all...] |
H A D | DynamicLoader.cpp | 190 LoadBinaryWithUUIDAndAddress(Process * process,llvm::StringRef name,UUID uuid,addr_t value,bool value_is_offset,bool force_symbol_search,bool notify,bool set_address_in_target,bool allow_memory_image_last_resort) LoadBinaryWithUUIDAndAddress() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | PathMapping.cpp | 117 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function in clang::clangd::__anond6d464270111::PathMappingTransport
|
H A D | JSONTransport.cpp | 70 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify() function in clang::clangd::__anon23c0b4f50111::JSONTransport
|
/llvm-project/mlir/lib/Tools/lsp-server-support/ |
H A D | Transport.cpp | 177 void JSONTransport::notify(StringRef method, llvm::json::Value params) { in notify() function in JSONTransport
|
/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 142 const bool notify = true; in SetEnabled() local
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindows.cpp | 837 EnableWatchpoint(WatchpointSP wp_sp,bool notify) EnableWatchpoint() argument 891 DisableWatchpoint(WatchpointSP wp_sp,bool notify) DisableWatchpoint() argument
|
/llvm-project/libc/src/__support/threads/linux/ |
H A D | rwlock.h | 107 template <Role role> LIBC_INLINE long notify(bool is_pshared) { notify() function
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | Platform.h | 896 LoadPlatformBinaryAndSetup(Process * process,lldb::addr_t addr,bool notify) LoadPlatformBinaryAndSetup() argument
|
H A D | Target.h | 1480 LazyBool notify = eLazyBoolCalculate; global() member
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.cpp | 505 bool suppress, stop, notify; Handle_jSignalsInfo() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectProcess.cpp | 1509 std::string notify; global() member in CommandObjectProcessHandle::CommandOptions 1550 bool notify; PrintSignal() local [all...] |
/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 757 bool notify{false}; GetRemoteUnixSignals() local
|