Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp648 class StructLayoutMap { class
653 ~StructLayoutMap() { in ~StructLayoutMap()
673 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()
683 LayoutMap = new StructLayoutMap(); in getStructLayout()
685 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()