Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:TargetData

86     See the constructor llvm::TargetData::TargetData. */
101 See the constructor llvm::TargetData::TargetData. */
106 See the method llvm::TargetData::isLittleEndian. */
110 See the method llvm::TargetData::getPointerSize. */
114 See the method llvm::TargetData::getIntPtrType. */
118 See the method llvm::TargetData::getTypeSizeInBits. */
122 See the method llvm::TargetData::getTypeStoreSize. */
126 See the method llvm::TargetData::getTypeAllocSize. */
130 See the method llvm::TargetData::getTypeABISize. */
134 See the method llvm::TargetData::getTypeABISize. */
138 See the method llvm::TargetData::getTypeABISize. */
142 See the method llvm::TargetData::getPreferredAlignment. */
156 /** Deallocates a TargetData.
157 See the destructor llvm::TargetData::~TargetData. */
165 class TargetData;
168 inline TargetData *unwrap(LLVMTargetDataRef P) {
169 return reinterpret_cast<TargetData*>(P);
172 inline LLVMTargetDataRef wrap(const TargetData *P) {
173 return reinterpret_cast<LLVMTargetDataRef>(const_cast<TargetData*>(P));