Lines Matching defs:WithFrameRecord
377 void emitPrologue(IRBuilder<> &IRB, bool WithFrameRecord);
406 /// If WithFrameRecord is true, then __hwasan_tls will be used to access the
412 bool WithFrameRecord;
431 bool withFrameRecord() const { return WithFrameRecord; };
1388 void HWAddressSanitizer::emitPrologue(IRBuilder<> &IRB, bool WithFrameRecord) {
1391 else if (!WithFrameRecord && TargetTriple.isAndroid())
1394 if (!WithFrameRecord && ShadowBase)
1412 if (WithFrameRecord) {
1685 /*WithFrameRecord*/ ClRecordStackHistory != none &&
1914 WithFrameRecord = true;
1923 WithFrameRecord = false;
1926 WithFrameRecord = optOr(ClFrameRecords, WithFrameRecord);