Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h104 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp305 PointerType *llvm::getMallocType(const CallInst *CI, in getMallocType() function in llvm
339 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType()