Home
last modified time | relevance | path

Searched refs:CFs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp1193 SmallVector<Constant *, 32> CFs; in createFunctionControlFlow() local
1199 CFs.push_back((Constant *)IRB.CreatePointerCast(&F, PtrTy)); in createFunctionControlFlow()
1201 CFs.push_back( in createFunctionControlFlow()
1206 CFs.push_back( in createFunctionControlFlow()
1210 CFs.push_back((Constant *)Constant::getNullValue(PtrTy)); in createFunctionControlFlow()
1216 CFs.push_back((Constant *)IRB.CreateIntToPtr( in createFunctionControlFlow()
1221 CFs.push_back((Constant *)IRB.CreatePointerCast(CalledF, PtrTy)); in createFunctionControlFlow()
1226 CFs.push_back((Constant *)Constant::getNullValue(PtrTy)); in createFunctionControlFlow()
1229 FunctionCFsArray = CreateFunctionLocalArrayInSection(CFs.size(), F, PtrTy, in createFunctionControlFlow()
1232 ConstantArray::get(ArrayType::get(PtrTy, CFs.size()), CFs)); in createFunctionControlFlow()