Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:FunctionName

329     std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize);
331 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
334 FunctionName = "__msan_maybe_store_origin_" + itostr(AccessSize);
336 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),