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

/external/llvm/include/llvm/IR/
H A DConstants.h522 /// This is the common base class of ConstantDataArray and ConstantDataVector.
553 /// ConstantDataArray only works with normal float and int types that are
640 /// ConstantDataArray - An array constant whose element type is a simple
645 class ConstantDataArray : public ConstantDataSequential { class in namespace:llvm
647 ConstantDataArray(const ConstantDataArray &) LLVM_DELETED_FUNCTION;
650 explicit ConstantDataArray(Type *ty, const char *Data) function in class:llvm::ConstantDataArray

Completed in 405 milliseconds