Home
last modified time | relevance | path

Searched defs:suppress (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/tools/opt-viewer/
H A Dopt-viewer.py40 def suppress(remark): function
/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1549 bool suppress; PrintSignal() local
1682 bool suppress = !*pass_action; DoExecute() local
1734 bool suppress = !*pass_action; DoExecute() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp505 bool suppress, stop, notify; Handle_jSignalsInfo() local
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp747 bool suppress{false}; GetRemoteUnixSignals() local
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1412 SetSuppresStopHooks(bool suppress) SetSuppresStopHooks() argument
/llvm-project/lld/MachO/
H A DConfig.h63 suppress, enumerator
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp246 void suppress() { AddResult = false; } suppress() function in clang::ASTDeclReader::FindExistingResult
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc5143 void TestEventListeners::SuppressEventForwarding(bool suppress) { in SuppressEventForwarding()