Searched refs:CurrentContext (Results 1 – 4 of 4) sorted by relevance
24 static LLVM_THREAD_LOCAL const CrashRecoveryContextImpl *CurrentContext; variable42 Next = CurrentContext; in CrashRecoveryContextImpl()43 CurrentContext = this; in CrashRecoveryContextImpl()47 CurrentContext = Next; in ~CrashRecoveryContextImpl()65 CurrentContext = Next; in HandleCrash()133 const CrashRecoveryContextImpl *CRCI = CurrentContext; in GetCurrent()203 const CrashRecoveryContextImpl *CRCI = CurrentContext; in ExceptionFilter()280 const CrashRecoveryContextImpl *CRCI = CurrentContext; in ExceptionHandler()354 const CrashRecoveryContextImpl *CRCI = CurrentContext; in CrashRecoverySignalHandler()
97 std::string CurrentContext; variable122 const std::string ¤tContext() const { return CurrentContext; } in currentContext()126 return hasAnyObservationForContext(CurrentContext); in hasObservationInProgress()
52 CurrentContext = Name.str(); in writeHeader() 59 auto I = ObservationIDs.insert({CurrentContext, 0}); in switchContext() 75 ObservationIDs.find(CurrentContext)->second)); in logRewardImpl()
539 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive() local541 if (VarContext == CurrentContext) { in isLive()575 return VarContext->isParentOf(CurrentContext); in isLive()