Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp245 bool shouldInstrumentStack(const Triple &TargetTriple) { in shouldInstrumentStack() function
260 return shouldInstrumentStack(TargetTriple) && in shouldUseStackSafetyAnalysis()
265 return ClUseAfterScope && shouldInstrumentStack(TargetTriple); in shouldDetectUseAfterScope()
561 InstrumentStack = shouldInstrumentStack(TargetTriple); in initializeModule()