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/
DInstrumentationRuntimeASan.h44 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
DInstrumentationRuntimeASan.cpp64 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeASan
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.h50 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
DInstrumentationRuntimeUBSan.cpp238 bool InstrumentationRuntimeUBSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeUBSan
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.h48 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
DInstrumentationRuntimeMainThreadChecker.cpp68 bool InstrumentationRuntimeMainThreadChecker::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeMainThreadChecker
/openbsd/src/gnu/llvm/lldb/source/Target/
DInstrumentationRuntime.cpp60 if (CheckIfRuntimeIsValid(module_sp)) { in ModulesDidLoad()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DInstrumentationRuntime.h69 virtual bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) = 0;
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.h47 bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
DInstrumentationRuntimeTSan.cpp886 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid() function in InstrumentationRuntimeTSan