OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMallocType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h
134
///
getMallocType
- Returns the PointerType resulting from the malloc call.
139
PointerType *
getMallocType
(const CallInst *CI, const TargetLibraryInfo *TLI);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp
372
///
getMallocType
- Returns the PointerType resulting from the malloc call.
377
PointerType *llvm::
getMallocType
(const CallInst *CI,
379
assert(isMallocLikeFn(CI, TLI) && "
getMallocType
and not malloc call");
410
PointerType *PT =
getMallocType
(CI, TLI);
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026