Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.h40 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeASanLibsanitizers.cpp61 bool InstrumentationRuntimeASanLibsanitizers::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeASanLibsanitizers
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h41 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeASan.cpp55 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeASan
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h50 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeUBSan.cpp238 bool InstrumentationRuntimeUBSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeUBSan
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h48 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeMainThreadChecker.cpp68 bool InstrumentationRuntimeMainThreadChecker::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeMainThreadChecker
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp60 if (CheckIfRuntimeIsValid(module_sp)) { in ModulesDidLoad()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h69 virtual bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h47 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeTSan.cpp884 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeTSan