HomeSort by: relevance | last modified time | path
    Searched defs:AllocatedType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 1293 Type *AllocatedType = AI->getAllocatedType();
1297 AllocatedType = ArrayType::get(AllocatedType, ArraySize);
1300 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 62 Type *AllocatedType;
112 Type *getAllocatedType() const { return AllocatedType; }
115 void setAllocatedType(Type *Ty) { AllocatedType = Ty; }

Completed in 23 milliseconds