HomeSort by relevance Sort by last modified time
    Searched refs:getMallocType (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryBuiltins.h 49 /// getMallocType - Returns the PointerType resulting from the malloc call.
54 PointerType *getMallocType(const CallInst *CI);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 131 /// getMallocType - Returns the PointerType resulting from the malloc call.
136 PointerType *llvm::getMallocType(const CallInst *CI) {
137 assert(isMalloc(CI) && "getMallocType and not malloc call");
168 PointerType *PT = getMallocType(CI);
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 80 /// getMallocType - Returns the PointerType resulting from the malloc call.
85 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 74 /// getMallocType - Returns the PointerType resulting from the malloc call.
79 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 79 /// getMallocType - Returns the PointerType resulting from the malloc call.
84 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 79 /// getMallocType - Returns the PointerType resulting from the malloc call.
84 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);