Searched refs:ObjCLayouts (Results 1 – 3 of 3) sorted by relevance
3577 if (const ASTRecordLayout *Entry = ObjCLayouts[D]) in getObjCLayout()3589 ObjCLayouts[D] = NewEntry; in getObjCLayout()
973 I = ObjCLayouts.begin(), in cleanup()974 E = ObjCLayouts.end(); in cleanup()979 ObjCLayouts.clear(); in cleanup()12023 if (auto It = ObjCLayouts.find(D); It != ObjCLayouts.end()) { in ResetObjCLayout()13196 llvm::capacity_in_bytes(ObjCLayouts) + in getSideTableAllocatedMemory()
292 ObjCLayouts; variable