reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
463 Ctx->emitError(Twine("Regex ") + HeadTail.first + 565 Ctx = &M.getContext(); 683 Ctx->emitError(Twine("failed to open coverage notes file for writing: ") + 800 ArrayType::get(Type::getInt64Ty(*Ctx), Edges); 816 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); 854 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); 863 BasicBlock *BB = BasicBlock::Create(*Ctx, "entry", F); 866 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); 887 Type::getInt8PtrTy(*Ctx), // const char *orig_filename 888 Type::getInt8PtrTy(*Ctx), // const char version[4] 889 Type::getInt32Ty(*Ctx), // uint32_t checksum 891 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); 894 AL = AL.addParamAttribute(*Ctx, 2, AK); 901 Type::getInt32Ty(*Ctx), // uint32_t ident 902 Type::getInt8PtrTy(*Ctx), // const char *function_name 903 Type::getInt32Ty(*Ctx), // uint32_t func_checksum 904 Type::getInt8Ty(*Ctx), // uint8_t use_extra_checksum 905 Type::getInt32Ty(*Ctx), // uint32_t cfg_checksum 907 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); 910 AL = AL.addParamAttribute(*Ctx, 0, AK); 911 AL = AL.addParamAttribute(*Ctx, 2, AK); 912 AL = AL.addParamAttribute(*Ctx, 3, AK); 913 AL = AL.addParamAttribute(*Ctx, 4, AK); 920 Type::getInt32Ty(*Ctx), // uint32_t num_counters 921 Type::getInt64PtrTy(*Ctx), // uint64_t *counters 923 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); 926 AL = AL.addParamAttribute(*Ctx, 0, AK); 931 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); 936 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); 942 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false); 952 BasicBlock *BB = BasicBlock::Create(*Ctx, "entry", WriteoutF); 1084 BasicBlock::Create(*Ctx, "file.loop.header", WriteoutF); 1086 BasicBlock::Create(*Ctx, "counter.loop.header", WriteoutF); 1087 auto *FileLoopLatch = BasicBlock::Create(*Ctx, "file.loop.latch", WriteoutF); 1088 auto *ExitBB = BasicBlock::Create(*Ctx, "exit", WriteoutF); 1191 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); 1203 BasicBlock *Entry = BasicBlock::Create(*Ctx, "entry", FlushF); 1220 if (RetTy == Type::getVoidTy(*Ctx))