reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
759 IntptrTy = Type::getIntNTy(*C, LongSize); 1767 Value *ModuleNameAddr = ConstantExpr::getPointerCast(ModuleName, IntptrTy); 1953 M.getOrInsertFunction(kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy); 1959 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); 1959 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); 1961 kAsanUnregisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); 1961 kAsanUnregisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); 1966 kAsanRegisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); 1968 kAsanUnregisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); 1972 IntptrTy, IntptrTy, IntptrTy); 1972 IntptrTy, IntptrTy, IntptrTy); 1972 IntptrTy, IntptrTy, IntptrTy); 1975 IntptrTy, IntptrTy, IntptrTy); 1975 IntptrTy, IntptrTy, IntptrTy); 1975 IntptrTy, IntptrTy, IntptrTy); 2093 M, IntptrTy, false, GlobalVariable::CommonLinkage, 2094 ConstantInt::get(IntptrTy, 0), kAsanGlobalsRegisteredFlagName); 2099 M, IntptrTy, false, GlobalVariable::ExternalWeakLinkage, nullptr, 2103 M, IntptrTy, false, GlobalVariable::ExternalWeakLinkage, nullptr, 2109 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy), 2110 IRB.CreatePointerCast(StartELFMetadata, IntptrTy), 2111 IRB.CreatePointerCast(StopELFMetadata, IntptrTy)}); 2117 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy), 2118 IRB.CreatePointerCast(StartELFMetadata, IntptrTy), 2119 IRB.CreatePointerCast(StopELFMetadata, IntptrTy)}); 2130 StructType *LivenessTy = StructType::get(IntptrTy, IntptrTy); 2130 StructType *LivenessTy = StructType::get(IntptrTy, IntptrTy); 2143 ConstantExpr::getPointerCast(Metadata, IntptrTy)); 2165 M, IntptrTy, false, GlobalVariable::CommonLinkage, 2166 ConstantInt::get(IntptrTy, 0), kAsanGlobalsRegisteredFlagName); 2170 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy)}); 2176 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy)}); 2197 {IRB.CreatePointerCast(AllGlobals, IntptrTy), 2198 ConstantInt::get(IntptrTy, N)}); 2204 {IRB.CreatePointerCast(AllGlobals, IntptrTy), 2205 ConstantInt::get(IntptrTy, N)}); 2242 StructType::get(IntptrTy, IntptrTy, IntptrTy, IntptrTy, IntptrTy, 2242 StructType::get(IntptrTy, IntptrTy, IntptrTy, IntptrTy, IntptrTy, 2242 StructType::get(IntptrTy, IntptrTy, IntptrTy, IntptrTy, IntptrTy, 2242 StructType::get(IntptrTy, IntptrTy, IntptrTy, IntptrTy, IntptrTy, 2242 StructType::get(IntptrTy, IntptrTy, IntptrTy, IntptrTy, IntptrTy, 2243 IntptrTy, IntptrTy, IntptrTy); 2243 IntptrTy, IntptrTy, IntptrTy); 2243 IntptrTy, IntptrTy, IntptrTy); 2328 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); 2330 SourceLoc = ConstantInt::get(IntptrTy, 0); 2348 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), 2368 ConstantExpr::getPointerCast(InstrumentedGlobal, IntptrTy), 2369 ConstantInt::get(IntptrTy, SizeInBytes), 2370 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize), 2371 ConstantExpr::getPointerCast(Name, IntptrTy), 2372 ConstantExpr::getPointerCast(ModuleName, IntptrTy), 2373 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, 2374 ConstantExpr::getPointerCast(ODRIndicator, IntptrTy));