Home
last modified time | relevance | path

Searched refs:getElementByteSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRForTarget.cpp496 …m_intptr_ty, cstr ? (string_array->getNumElements() - 1) * string_array->getElementByteSize() : 0,… in RewriteObjCConstString()
498 switch (cstr ? string_array->getElementByteSize() : 1) { in RewriteObjCConstString()
512 string_array->getElementByteSize()); in RewriteObjCConstString()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp2506 return StringRef(DataElements, getNumElements()*getElementByteSize()); in getRawDataValues()
2531 uint64_t ConstantDataSequential::getElementByteSize() const { in getElementByteSize() function in ConstantDataSequential
2538 return DataElements+Elt*getElementByteSize(); in getElementPointer()
2870 unsigned EltSize = getElementByteSize(); in isSplat()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstants.h645 uint64_t getElementByteSize() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp2440 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential()