Searched refs:LayoutMap (Results 1 – 2 of 2) sorted by relevance
225 delete static_cast<StructLayoutMap *>(LayoutMap); in operator =()226 LayoutMap = nullptr; in operator =()706 DataLayout::~DataLayout() { delete static_cast<StructLayoutMap *>(LayoutMap); } in ~DataLayout()709 if (!LayoutMap) in getStructLayout()710 LayoutMap = new StructLayoutMap(); in getStructLayout()712 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()
139 mutable void *LayoutMap = nullptr; variable