Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp555 class StructLayoutMap { class
560 ~StructLayoutMap() { in ~StructLayoutMap()
580 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()
590 LayoutMap = new StructLayoutMap(); in getStructLayout()
592 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()