Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.h47 const RegularExpression &GetPatternForRuntimeLibrary() override;
H A DASanRuntime.cpp60 AddressSanitizerRuntime::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary() function in AddressSanitizerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h51 const RegularExpression &GetPatternForRuntimeLibrary() override;
H A DUBSanRuntime.cpp237 UndefinedBehaviorSanitizerRuntime::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary() function in UndefinedBehaviorSanitizerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h50 const RegularExpression &GetPatternForRuntimeLibrary() override;
H A DMainThreadCheckerRuntime.cpp59 MainThreadCheckerRuntime::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary() function in MainThreadCheckerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntime.cpp58 const RegularExpression &runtime_regex = GetPatternForRuntimeLibrary(); in ModulesDidLoad()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h68 virtual const RegularExpression &GetPatternForRuntimeLibrary() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h50 const RegularExpression &GetPatternForRuntimeLibrary() override;
H A DTSanRuntime.cpp879 const RegularExpression &ThreadSanitizerRuntime::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary() function in ThreadSanitizerRuntime