Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp364 bool WithFrameRecord; member
1178 else if (!WithFrameRecord && TargetTriple.isAndroid()) in emitPrologue()
1181 if (!WithFrameRecord && ShadowBase) in emitPrologue()
1199 if (WithFrameRecord) { in emitPrologue()
1469 Mapping.WithFrameRecord && in sanitizeFunction()
1696 WithFrameRecord = true; in init()
1701 WithFrameRecord = false; in init()
1706 WithFrameRecord = false; in init()
1711 WithFrameRecord = false; in init()
1716 WithFrameRecord = true; in init()
[all …]