Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp282 void emitPrologue(IRBuilder<> &IRB, bool WithFrameRecord);
313 bool WithFrameRecord; member
1140 else if (!WithFrameRecord && TargetTriple.isAndroid()) in emitPrologue()
1143 if (!WithFrameRecord && ShadowBase) in emitPrologue()
1154 if (WithFrameRecord) { in emitPrologue()
1671 WithFrameRecord = true; in init()
1676 WithFrameRecord = false; in init()
1681 WithFrameRecord = false; in init()
1686 WithFrameRecord = false; in init()
1691 WithFrameRecord = true; in init()
[all …]