Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp181 LayoutMap = nullptr; in reset()
663 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()
664 LayoutMap = nullptr; in clear()
672 if (!LayoutMap) in getStructLayout()
673 LayoutMap = new StructLayoutMap(); in getStructLayout()
675 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h168 mutable void *LayoutMap = nullptr; variable