Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp638 class StructLayoutMap { class
643 ~StructLayoutMap() { in ~StructLayoutMap()
663 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()
673 LayoutMap = new StructLayoutMap(); in getStructLayout()
675 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()