Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp242 bool shouldInstrumentStack(const Triple &TargetTriple) { in shouldInstrumentStack() function
257 return shouldInstrumentStack(TargetTriple) && in shouldUseStackSafetyAnalysis()
262 return ClUseAfterScope && shouldInstrumentStack(TargetTriple); in shouldDetectUseAfterScope()
557 InstrumentStack = shouldInstrumentStack(TargetTriple); in initializeModule()