Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp435 PointerType *PrimitiveShadowPtrTy; member in __anond47758270111::DataFlowSanitizer
833 ArgTypes.push_back(PrimitiveShadowPtrTy); in getArgsFunctionType()
848 ArgTypes.push_back(PrimitiveShadowPtrTy); in getTrampolineFunctionType()
883 ArgTypes.push_back(PrimitiveShadowPtrTy); in getCustomFunctionType()
886 ArgTypes.push_back(PrimitiveShadowPtrTy); in getCustomFunctionType()
1091 PrimitiveShadowPtrTy = PointerType::getUnqual(PrimitiveShadowTy); in init()
1122 Type *DFSanUnionLoadArgs[2] = {PrimitiveShadowPtrTy, IntptrTy}; in init()
1158 Type *DFSanMemTransferCallbackArgs[2] = {PrimitiveShadowPtrTy, IntptrTy}; in init()
1898 return IRB.CreateIntToPtr(ShadowOffset, PrimitiveShadowPtrTy); in getShadowAddress()