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 41 // Support for StructLayout
44 StructLayout::StructLayout(StructType *ST, const DataLayout &TD) {
78 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const {
413 typedef DenseMap<StructType*, StructLayout*> LayoutInfoTy;
421 StructLayout *Value = I->second;
422 Value->~StructLayout();
427 StructLayout *&operator[](StructType *STy) {
447 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const {
452 StructLayout *&SL = (*STM)[Ty]
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 34 class StructLayout;
120 // The StructType -> StructLayout map.
357 /// getStructLayout - Return a StructLayout object, indicating the alignment
360 const StructLayout *getStructLayout(StructType *Ty) const;
385 /// StructLayout - used to lazily calculate structure layout information for a
388 class StructLayout {
423 StructLayout(StructType *ST, const DataLayout &TD);

Completed in 855 milliseconds