Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp205 bool shouldInstrumentStack(const Triple &TargetTriple) { in shouldInstrumentStack() function
220 return shouldInstrumentStack(TargetTriple) && in shouldUseStackSafetyAnalysis()
568 InstrumentStack = shouldInstrumentStack(TargetTriple); in initializeModule()