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

References

lib/Transforms/Utils/EntryExitInstrumenter.cpp
   33     FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C));
   40     Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)};
   40     Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)};
   43         Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false));
   47         ArrayRef<Value *>(ConstantInt::get(Type::getInt32Ty(C), 0)), "",
   51     Value *Args[] = {ConstantExpr::getBitCast(&CurFn, Type::getInt8PtrTy(C)),