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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1941 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V))
1942 return isRepeatedByteSequence(CDS);
1948 const ConstantDataSequential *CDS,
1952 int Value = isRepeatedByteSequence(CDS, DL);
1954 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType());
1961 if (CDS->isString())
1962 return AP.OutStreamer->EmitBytes(CDS->getAsString());
1965 unsigned ElementByteSize = CDS->getElementByteSize();
1966 if (isa<IntegerType>(CDS->getElementType())) {
1967 for (unsigned i = 0, e = CDS
1947 emitGlobalConstantDataSequential(const DataLayout &DL, const ConstantDataSequential *CDS, AsmPrinter &AP) argument
[all...]

Completed in 325 milliseconds