Home
last modified time | relevance | path

Searched refs:IsAndroidWithIfuncSupport (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp750 const bool IsAndroidWithIfuncSupport = in init() local
755 if (ClEnableKhwasan || ClInstrumentWithCalls || !IsAndroidWithIfuncSupport) in init()
762 InGlobal = IsAndroidWithIfuncSupport; in init()
DAddressSanitizer.cpp584 bool IsAndroidWithIfuncSupport = in getShadowMapping() local
586 Mapping.InGlobal = ClWithIfunc && IsAndroidWithIfuncSupport && IsArmOrThumb; in getShadowMapping()