Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
HDInstrumentationRuntimeASanLibsanitizers.h40 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
HDInstrumentationRuntimeASanLibsanitizers.cpp61 bool InstrumentationRuntimeASanLibsanitizers::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeASanLibsanitizers
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
HDInstrumentationRuntimeASan.h41 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
HDInstrumentationRuntimeASan.cpp55 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeASan
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDInstrumentationRuntimeMainThreadChecker.h48 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
HDInstrumentationRuntimeMainThreadChecker.cpp68 bool InstrumentationRuntimeMainThreadChecker::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeMainThreadChecker
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.h50 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
HDInstrumentationRuntimeUBSan.cpp238 bool InstrumentationRuntimeUBSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeUBSan
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDInstrumentationRuntime.cpp60 if (CheckIfRuntimeIsValid(module_sp)) { in ModulesDidLoad()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDInstrumentationRuntime.h69 virtual bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) = 0;
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.h47 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
HDInstrumentationRuntimeTSan.cpp886 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeTSan