Searched refs:CFs (Results 1 – 1 of 1) sorted by relevance
1062 SmallVector<Constant *, 32> CFs; in createFunctionControlFlow() local1068 CFs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in createFunctionControlFlow()1070 CFs.push_back((Constant *)IRB.CreatePointerCast(BlockAddress::get(&BB), in createFunctionControlFlow()1075 CFs.push_back((Constant *)IRB.CreatePointerCast(BlockAddress::get(SuccBB), in createFunctionControlFlow()1079 CFs.push_back((Constant *)Constant::getNullValue(IntptrPtrTy)); in createFunctionControlFlow()1085 CFs.push_back((Constant *)IRB.CreateIntToPtr( in createFunctionControlFlow()1090 CFs.push_back( in createFunctionControlFlow()1096 CFs.push_back((Constant *)Constant::getNullValue(IntptrPtrTy)); in createFunctionControlFlow()1100 CFs.size(), F, IntptrPtrTy, SanCovCFsSectionName); in createFunctionControlFlow()1102 ConstantArray::get(ArrayType::get(IntptrPtrTy, CFs.size()), CFs)); in createFunctionControlFlow()