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.cpp369 void emitPrologue(IRBuilder<> &IRB, bool WithFrameRecord);
401 bool WithFrameRecord; member
1303 void HWAddressSanitizer::emitPrologue(IRBuilder<> &IRB, bool WithFrameRecord) { in emitPrologue() argument
1306 else if (!WithFrameRecord && TargetTriple.isAndroid()) in emitPrologue()
1309 if (!WithFrameRecord && ShadowBase) in emitPrologue()
1327 if (WithFrameRecord) { in emitPrologue()
1628 Mapping.WithFrameRecord && in sanitizeFunction()
1859 WithFrameRecord = true; in init()
1864 WithFrameRecord = false; in init()
1869 WithFrameRecord = false; in init()
[all …]