Home
last modified time | relevance | path

Searched refs:IsActive (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h64 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive() argument
88 bool IsActive() const { return m_is_active; } in IsActive() function
H A DTarget.h1151 bool IsActive() { return m_active; } in IsActive() function
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilThreadBaseStd.cpp52 return m_thread.IsActive(); in ThreadIsActive()
250 bool CMIUtilThread::IsActive() { in IsActive() function in CMIUtilThread
H A DMIUtilThreadBaseStd.h59 bool IsActive(); // Returns true if this thread is running
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp189 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
194 IsActive, in pushCleanup()
572 llvm::Value *IsActive in EmitCleanup() local
574 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup()
658 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
684 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock()
709 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) { in PopCleanupBlock()
803 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
839 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
932 assert(!IsActive); in PopCleanupBlock()
[all …]
H A DCGCleanup.h75 unsigned IsActive : 1; variable
297 CleanupBits.IsActive = isActive; in EHCleanupScope()
318 bool isActive() const { return CleanupBits.IsActive; } in isActive()
319 void setActive(bool A) { CleanupBits.IsActive = A; } in setActive()
H A DCGCall.cpp3634 llvm::Instruction *IsActive = Builder.CreateUnreachable(); in EmitCallArg() local
3635 args.addArgCleanupDeactivation(EHStack.getInnermostEHScope(), IsActive); in EmitCallArg()
H A DCGOpenMPRuntimeNVPTX.cpp1474 llvm::Value *IsActive = in emitWorkerLoop() local
1476 Bld.CreateCondBr(IsActive, ExecuteBB, BarrierBB); in emitWorkerLoop()
/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dcallout.h95 bool IsActive() const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1055 mutable bool IsActive = false; variable
1064 : DiagObj(diagObj), IsActive(true) { in DiagnosticBuilder()
1078 IsActive = false; in Clear()
1083 bool isActive() const { return IsActive; } in isActive()
1115 IsActive = D.IsActive; in DiagnosticBuilder()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntime.cpp45 if (IsActive()) in ModulesDidLoad()
H A DTarget.cpp2552 if ((*pos).second->IsActive()) { in RunStopHooks()
2594 if (!cur_hook_sp->IsActive()) in RunStopHooks()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h199 bool IsActive();
H A DSBDebugger.h33 bool IsActive() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp281 if (IsActive()) in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp164 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
165 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
H A DSBDebugger.cpp109 bool SBInputReader::IsActive() const { return false; } in IsActive() function in SBInputReader
H A DSBProcess.cpp1332 return runtime_sp->IsActive(); in IsInstrumentationRuntimePresent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp187 if (IsActive()) in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp252 if (IsActive()) in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h449 bool IsActive();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h83 virtual bool IsActive() { return m_active && !m_done; } in IsActive() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp537 while (IsActive()) { in Run()
1083 if (IsActive()) in DrawTitleBox()
1223 } else if (IsActive()) { in GetActiveWindow()
1256 bool IsActive() const { in IsActive() function in curses::Window
2133 window.IsActive(); in Draw()
2929 bool window_is_active = window.IsActive(); in DisplayRows()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp2280 bool IsActive = false; member in __anon145f7c900611::OffloadingActionBuilder::CudaActionBuilderBase
2303 IsActive = false; in addDeviceDepences()
2308 IsActive = true; in addDeviceDepences()
2347 return IsActive ? ABRT_Success : ABRT_Inactive; in addDeviceDepences()
2477 if (!IsActive) in getDeviceDependences()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp893 if (IsActive()) in Activate()

12