llvm::ConstantDataSequential::isString

This method returns true if this is an array of CharSize integers or bytes.

Synopsis

Declared in <llvm/IR/Constants.h>

bool
isString(unsigned int CharSize = 8) const;

Return Value

True if this is an array of i8.

Parameters

NameDescription
CharSizeThe integer/byte width in bits that counts as a character.