reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Instructions.cpp
  578     MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall",
  585     MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall");
  673     Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore);
  677     Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "");
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  657     CallInst *C = CallInst::Create(TsanAtomicStore[Idx], Args);
  674     CallInst *C = CallInst::Create(F, Args);
  714     CallInst *C = CallInst::Create(F, Args);