HomeSort by relevance Sort by last modified time
    Searched defs:StructLayout (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
DataLayout.cpp 37 // Support for StructLayout
40 StructLayout::StructLayout(StructType *ST, const DataLayout &DL) {
79 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const {
524 typedef DenseMap<StructType*, StructLayout*> LayoutInfoTy;
531 StructLayout *Value = I.second;
532 Value->~StructLayout();
537 StructLayout *&operator[](StructType *STy) {
556 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const {
561 StructLayout *&SL = (*STM)[Ty]
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 40 class StructLayout;
147 // The StructType -> StructLayout map.
447 /// \brief Returns a StructLayout object, indicating the alignment of the
451 const StructLayout *getStructLayout(StructType *Ty) const;
475 class StructLayout {
507 StructLayout(StructType *ST, const DataLayout &DL);

Completed in 70 milliseconds