Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp457 PointerType *PrimitiveShadowPtrTy; member in __anon5712215c0211::DataFlowSanitizer
896 ArgTypes.push_back(PrimitiveShadowPtrTy); in getCustomFunctionType()
899 ArgTypes.push_back(PrimitiveShadowPtrTy); in getCustomFunctionType()
1154 PrimitiveShadowPtrTy = PointerType::getUnqual(*Ctx); in initializeModule()
1159 Type *DFSanUnionLoadArgs[2] = {PrimitiveShadowPtrTy, IntptrTy}; in initializeModule()
1225 Type *DFSanMemTransferCallbackArgs[2] = {PrimitiveShadowPtrTy, IntptrTy}; in initializeModule()
1948 return IRB.CreateIntToPtr(ShadowOffset, PrimitiveShadowPtrTy); in getShadowAddress()