Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h44 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeASan.cpp64 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeASan
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DInstrumentationRuntime.cpp60 if (CheckIfRuntimeIsValid(module_sp)) { in ModulesDidLoad()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h69 virtual bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h47 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
H A DInstrumentationRuntimeTSan.cpp886 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeTSan