Searched defs:getTypeAllocSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDataLayout.h364 /// getTypeAllocSize - Return the offset in bytes between successive objects
368 uint64_t getTypeAllocSize(Type *Ty) const { function in class:llvm::DataLayout
378 return 8*getTypeAllocSize(Ty);

Completed in 109 milliseconds