allocation_padding   68 src/CodeGen_Hexagon.h     int allocation_padding(Type type) const {
allocation_padding   69 src/CodeGen_Hexagon.h         return CodeGen_Posix::allocation_padding(type) + native_vector_bits()/8;
allocation_padding  109 src/CodeGen_Posix.cpp         Value *padding = ConstantInt::get(llvm_size->getType(), allocation_padding(type));
allocation_padding   37 src/CodeGen_Posix.h     virtual int allocation_padding(Type type) const;