Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h48 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeASan.cpp68 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeASan
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h52 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeMainThreadChecker.cpp73 bool InstrumentationRuntimeMainThreadChecker::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeMainThreadChecker
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h52 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeUBSan.cpp240 bool InstrumentationRuntimeUBSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeUBSan
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp60 if (CheckIfRuntimeIsValid(module_sp)) { in ModulesDidLoad()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h70 virtual bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h51 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeTSan.cpp885 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeTSan