Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp49 Constant *CSVals[3]; in appendToGlobalArray() local
50 CSVals[0] = IRB.getInt32(Priority); in appendToGlobalArray()
51 CSVals[1] = F; in appendToGlobalArray()
52 CSVals[2] = Data ? ConstantExpr::getPointerCast(Data, IRB.getInt8PtrTy()) in appendToGlobalArray()
55 ConstantStruct::get(EltTy, ArrayRef(CSVals, EltTy->getNumElements())); in appendToGlobalArray()