Home
last modified time | relevance | path

Searched refs:CheckIfRuntimeIsValid (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.h49 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DASanRuntime.cpp67 bool AddressSanitizerRuntime::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in AddressSanitizerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h53 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DUBSanRuntime.cpp242 bool UndefinedBehaviorSanitizerRuntime::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in UndefinedBehaviorSanitizerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h52 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DMainThreadCheckerRuntime.cpp64 bool MainThreadCheckerRuntime::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in MainThreadCheckerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntime.cpp61 if (CheckIfRuntimeIsValid(module_sp)) { in ModulesDidLoad()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h71 virtual bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h52 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DTSanRuntime.cpp884 bool ThreadSanitizerRuntime::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in ThreadSanitizerRuntime