Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Suffix

1189       std::string Suffix =
1193 M.getOrInsertFunction(kAsanReportErrorTemplate + Suffix,
1197 M.getOrInsertFunction(ClMemoryAccessCallbackPrefix + Suffix,
1499 std::string Suffix = itostr(i);
1501 M.getOrInsertFunction(kAsanStackMallocNameTemplate + Suffix, IntptrTy,
1504 kAsanStackFreeNameTemplate + Suffix, IRB.getVoidTy(), IntptrTy,