Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp266 bool shouldInstrumentStack(const Triple &TargetTriple) { in shouldInstrumentStack() function
280 return shouldInstrumentStack(TargetTriple) && in shouldUseStackSafetyAnalysis()
285 return ClUseAfterScope && shouldInstrumentStack(TargetTriple); in shouldDetectUseAfterScope()
603 InstrumentStack = shouldInstrumentStack(TargetTriple); in initializeModule()