Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp379 void emitPrologue(IRBuilder<> &IRB, bool WithFrameRecord);
414 bool WithFrameRecord; member in __anon1b7bdbef0211::HWAddressSanitizer::ShadowMapping
434 bool withFrameRecord() const { return WithFrameRecord; }; in withFrameRecord()
1351 void HWAddressSanitizer::emitPrologue(IRBuilder<> &IRB, bool WithFrameRecord) { in emitPrologue() argument
1354 else if (!WithFrameRecord && TargetTriple.isAndroid()) in emitPrologue()
1357 if (!WithFrameRecord && ShadowBase) in emitPrologue()
1375 if (WithFrameRecord) { in emitPrologue()
1883 WithFrameRecord = true; in init()
1892 WithFrameRecord = false; in init()
1895 WithFrameRecord = optOr(ClFrameRecords, WithFrameRecord); in init()