Home
last modified time | relevance | path

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

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