Searched refs:InstBefore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp679 void unpoisonDynamicAllocasBeforeInst(Instruction *InstBefore, argument
681 IRBuilder<> IRB(InstBefore);
687 if (!isa<ReturnInst>(InstBefore)) {
689 InstBefore->getModule(), Intrinsic::get_dynamic_area_offset,

Completed in 34 milliseconds