Home
last modified time | relevance | path

Searched defs:voidPointerType (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/llvm/passes/include/magic/support/
H A DMagicMmapCtlFunction.h52 inline MagicMmapCtlFunction::MagicMmapCtlFunction(Function *function, PointerType *voidPointerType,… in MagicMmapCtlFunction()
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp489 PointerType* voidPointerType = PointerType::get(IntegerType::get(M.getContext(), 8), 0); in insertCopyInst() local
624 PointerType* voidPointerType = PointerType::get(IntegerType::get(M.getContext(), 8), 0); in insertShadowTag() local
/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp1482 PointerType* voidPointerType = PointerType::get(IntegerType::get(M.getContext(), 8), 0); in runOnModule() local